#5774C3

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

Shades of Havelock Blue #5774C3

Tints of Havelock Blue #5774C3

Color information

#5774C3 (or 0x5774C3) is unknown color: approx Havelock Blue. HEX triplet: 57, 74 and C3. RGB value is (87,116,195). Sum of RGB (Red+Green+Blue) = 87+116+195=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #5774C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774C3 is #A88B3C. Grayscale: #737373. Windows color (decimal): -11045693 or 12809303. OLE color: 12809303.

HSL color Cylindrical-coordinate representation of color #5774C3: hue angle of 223.89º 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 #5774C3 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB87116195-
CMYK0.550.4100.24
HSL223.89º47.37%55.29%-
HSV(B)223.89º55.38%76.47%-
XYZ20.0318.4654.14-
YUV116.34172.39107.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.86%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 195 (76.56% from 255) = 48.99%
R=21.86%
G=29.15%
B=48.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871161950.550.4100.24223.8947.3755.29
Hex5774C33729018e02f37
Octal12716430367510303405767
Binary101011111101001100001111011110100101100011100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5774C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5774C3; }

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

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

<style>
 a { background-color: #5774C3; }

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

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

<style>
 span { border-color: #5774C3; }

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

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