#5C75CD

Color #5C75CD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5C75CD

Tints of Havelock Blue #5C75CD

Color information

#5C75CD (or 0x5C75CD) is unknown color: approx Havelock Blue. HEX triplet: 5C, 75 and CD. RGB value is (92,117,205). Sum of RGB (Red+Green+Blue) = 92+117+205=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C75CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C75CD is #A38A32. Grayscale: #777777. Windows color (decimal): -10717747 or 13464924. OLE color: 13464924.

HSL color Cylindrical-coordinate representation of color #5C75CD: hue angle of 226.73º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C75CD is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92117205-
CMYK0.550.4300.20
HSL226.73º53.05%58.24%-
HSV(B)226.73º55.12%80.39%-
XYZ21.7919.4160.35-
YUV119.56176.22108.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 22.22%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 205 (80.47% from 255) = 49.52%
R=22.22%
G=28.26%
B=49.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921172050.550.4300.20226.7353.0558.24
Hex5C75CD372B014e3353a
Octal13416531567530243436572
Binary101110011101011100110111011110101101010011100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C75CD; }

 p { color: rgb(92,117,205); }

 H1.HeaderClassName
 {
   color: #5C75CD;
 }
 .AnyTagClassName
 {
   color: #5C75CD;
 }
</style>
background-color css

<style>
 a { background-color: #5C75CD; }

 a { background-color: rgb(92,117,205); }

 div.DivClassName
 {
   background-color: #5C75CD;
 }
 .BgClassName
 {
   background-color: #5C75CD;
 }
</style>
border-color css

<style>
 span { border-color: #5C75CD; }

 span { border-color: rgb(92,117,205); }

 td.TdClassName
 {
   border-color: #5C75CD;
 }
 .TagClassName
 {
   border-color: #5C75CD;
 }
</style>