#5C75CC

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

Shades of Havelock Blue #5C75CC

Tints of Havelock Blue #5C75CC

Color information

#5C75CC (or 0x5C75CC) is unknown color: approx Havelock Blue. HEX triplet: 5C, 75 and CC. RGB value is (92,117,204). Sum of RGB (Red+Green+Blue) = 92+117+204=413 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.28% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C75CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C75CC is #A38A33. Grayscale: #777777. Windows color (decimal): -10717748 or 13399388. OLE color: 13399388.

HSL color Cylindrical-coordinate representation of color #5C75CC: hue angle of 226.61º degrees, saturation: 0.52, 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 #5C75CC is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB92117204-
CMYK0.550.4300.2
HSL226.61º52.34%58.04%-
HSV(B)226.61º54.9%80%-
XYZ21.6719.3659.72-
YUV119.44175.72108.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.28%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=22.28%
G=28.33%
B=49.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal921172040.550.4300.2226.6152.3458.04
Hex5C75CC372B014e3343a
Octal13416531467530243436472
Binary101110011101011100110011011110101101010011100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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