#557AC4

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

Shades of Havelock Blue #557AC4

Tints of Havelock Blue #557AC4

Color information

#557AC4 (or 0x557AC4) is unknown color: approx Havelock Blue. HEX triplet: 55, 7A and C4. RGB value is (85,122,196). Sum of RGB (Red+Green+Blue) = 85+122+196=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #557AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AC4 is #AA853B. Grayscale: #777777. Windows color (decimal): -11175228 or 12876373. OLE color: 12876373.

HSL color Cylindrical-coordinate representation of color #557AC4: hue angle of 220º 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 #557AC4 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB85122196-
CMYK0.570.3800.23
HSL220º48.47%55.1%-
HSV(B)220º56.63%76.86%-
XYZ20.6719.8454.96-
YUV119.37171.24103.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 196 (76.95% from 255) = 48.64%
R=21.09%
G=30.27%
B=48.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851221960.570.3800.2322048.4755.1
Hex557AC43926017dc3037
Octal12517230471460273346067
Binary101010111110101100010011100110011001011111011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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