#5778c3

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

Shades of Havelock Blue #5778C3

Tints of Havelock Blue #5778C3

Color information

#5778C3 (or 0x5778C3) is unknown color: approx Havelock Blue. HEX triplet: 57, 78 and C3. RGB value is (87,120,195). Sum of RGB (Red+Green+Blue) = 87+120+195=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #5778C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5778C3 is #A8873C. Grayscale: #767676. Windows color (decimal): -11044669 or 12810327. OLE color: 12810327.

HSL color Cylindrical-coordinate representation of color #5778C3: hue angle of 221.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5778C3 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB87120195-
CMYK0.550.3800.24
HSL221.67º47.37%55.29%-
HSV(B)221.67º55.38%76.47%-
XYZ20.519.454.29-
YUV118.68171.07105.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.64%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 195 (76.56% from 255) = 48.51%
R=21.64%
G=29.85%
B=48.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871201950.550.3800.24221.6747.3755.29
Hex5778C33726018de2f37
Octal12717030367460303365767
Binary101011111110001100001111011110011001100011011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5778c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5778c3; }

 p { color: rgb(87,120,195); }

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

<style>
 a { background-color: #5778c3; }

 a { background-color: rgb(87,120,195); }

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

<style>
 span { border-color: #5778c3; }

 span { border-color: rgb(87,120,195); }

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