#557BD3

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

Shades of Havelock Blue #557BD3

Tints of Havelock Blue #557BD3

Color information

#557BD3 (or 0x557BD3) is unknown color: approx Havelock Blue. HEX triplet: 55, 7B and D3. RGB value is (85,123,211). Sum of RGB (Red+Green+Blue) = 85+123+211=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #557BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BD3 is #AA842C. Grayscale: #797979. Windows color (decimal): -11174957 or 13859669. OLE color: 13859669.

HSL color Cylindrical-coordinate representation of color #557BD3: hue angle of 221.9º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #557BD3 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB85123211-
CMYK0.600.4200.17
HSL221.9º58.88%58.04%-
HSV(B)221.9º59.72%82.75%-
XYZ22.5920.864.45-
YUV121.67178.41101.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.29%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 211 (82.81% from 255) = 50.36%
R=20.29%
G=29.36%
B=50.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal851232110.600.4200.17221.958.8858.04
Hex557BD33C2A011de3b3a
Octal12517332374520213367372
Binary101010111110111101001111110010101001000111011110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,123,211); }

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

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

 a { background-color: rgb(85,123,211); }

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

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

 span { border-color: rgb(85,123,211); }

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