#5775C8

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

Shades of Havelock Blue #5775C8

Tints of Havelock Blue #5775C8

Color information

#5775C8 (or 0x5775C8) is unknown color: approx Havelock Blue. HEX triplet: 57, 75 and C8. RGB value is (87,117,200). Sum of RGB (Red+Green+Blue) = 87+117+200=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #5775C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775C8 is #A88A37. Grayscale: #757575. Windows color (decimal): -11045432 or 13137239. OLE color: 13137239.

HSL color Cylindrical-coordinate representation of color #5775C8: hue angle of 224.07º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5775C8 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB87117200-
CMYK0.560.4200.22
HSL224.07º50.67%56.27%-
HSV(B)224.07º56.5%78.43%-
XYZ20.7218.9257.2-
YUV117.49174.56106.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.53%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 200 (78.52% from 255) = 49.50%
R=21.53%
G=28.96%
B=49.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal871172000.560.4200.22224.0750.6756.27
Hex5775C8382A016e03338
Octal12716531070520263406370
Binary101011111101011100100011100010101001011011100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5775C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5775C8; }

 p { color: rgb(87,117,200); }

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

<style>
 a { background-color: #5775C8; }

 a { background-color: rgb(87,117,200); }

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

<style>
 span { border-color: #5775C8; }

 span { border-color: rgb(87,117,200); }

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