#557BB8

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

Shades of Havelock Blue #557BB8

Tints of Havelock Blue #557BB8

Color information

#557BB8 (or 0x557BB8) is unknown color: approx Havelock Blue. HEX triplet: 55, 7B and B8. RGB value is (85,123,184). Sum of RGB (Red+Green+Blue) = 85+123+184=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #557BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BB8 is #AA8447. Grayscale: #767676. Windows color (decimal): -11174984 or 12090197. OLE color: 12090197.

HSL color Cylindrical-coordinate representation of color #557BB8: hue angle of 216.97º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557BB8 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85123184-
CMYK0.540.3300.28
HSL216.97º41.08%52.75%-
HSV(B)216.97º53.8%72.16%-
XYZ19.4819.5648.1-
YUV118.59164.91104.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 184 (72.27% from 255) = 46.94%
R=21.68%
G=31.38%
B=46.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851231840.540.3300.28216.9741.0852.75
Hex557BB8362101Cd92935
Octal12517327066410343315165
Binary101010111110111011100011011010000101110011011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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