#557DBB

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

Shades of Havelock Blue #557DBB

Tints of Havelock Blue #557DBB

Color information

#557DBB (or 0x557DBB) is unknown color: approx Havelock Blue. HEX triplet: 55, 7D and BB. RGB value is (85,125,187). Sum of RGB (Red+Green+Blue) = 85+125+187=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #557DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DBB is #AA8244. Grayscale: #777777. Windows color (decimal): -11174469 or 12287317. OLE color: 12287317.

HSL color Cylindrical-coordinate representation of color #557DBB: hue angle of 216.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557DBB is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85125187-
CMYK0.550.3300.27
HSL216.47º42.86%53.33%-
HSV(B)216.47º54.55%73.33%-
XYZ20.0520.1949.85-
YUV120.11165.75102.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=21.41%
G=31.49%
B=47.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851251870.550.3300.27216.4742.8653.33
Hex557DBB372101Bd82b35
Octal12517527367410333305365
Binary101010111111011011101111011110000101101111011000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,125,187); }

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

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

 a { background-color: rgb(85,125,187); }

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

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

 span { border-color: rgb(85,125,187); }

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