#557FC4

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

Shades of Havelock Blue #557FC4

Tints of Havelock Blue #557FC4

Color information

#557FC4 (or 0x557FC4) is unknown color: approx Havelock Blue. HEX triplet: 55, 7F and C4. RGB value is (85,127,196). Sum of RGB (Red+Green+Blue) = 85+127+196=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #557FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FC4 is #AA803B. Grayscale: #797979. Windows color (decimal): -11173948 or 12877653. OLE color: 12877653.

HSL color Cylindrical-coordinate representation of color #557FC4: hue angle of 217.3º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557FC4 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85127196-
CMYK0.570.3500.23
HSL217.3º48.47%55.1%-
HSV(B)217.3º56.63%76.86%-
XYZ21.321.155.17-
YUV122.31169.59101.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 127 (50% from 255) = 31.13%
BLUE value IS 196 (76.95% from 255) = 48.04%
R=20.83%
G=31.13%
B=48.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851271960.570.3500.23217.348.4755.1
Hex557FC43923017d93037
Octal12517730471430273316067
Binary101010111111111100010011100110001101011111011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557FC4; }

 p { color: rgb(85,127,196); }

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

<style>
 a { background-color: #557FC4; }

 a { background-color: rgb(85,127,196); }

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

<style>
 span { border-color: #557FC4; }

 span { border-color: rgb(85,127,196); }

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