#557BC3

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

Shades of Havelock Blue #557BC3

Tints of Havelock Blue #557BC3

Color information

#557BC3 (or 0x557BC3) is unknown color: approx Havelock Blue. HEX triplet: 55, 7B and C3. RGB value is (85,123,195). Sum of RGB (Red+Green+Blue) = 85+123+195=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #557BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BC3 is #AA843C. Grayscale: #777777. Windows color (decimal): -11174973 or 12811093. OLE color: 12811093.

HSL color Cylindrical-coordinate representation of color #557BC3: hue angle of 219.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557BC3 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB85123195-
CMYK0.560.3700.24
HSL219.27º47.83%54.9%-
HSV(B)219.27º56.41%76.47%-
XYZ20.6820.0454.41-
YUV119.85170.41103.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 195 (76.56% from 255) = 48.39%
R=21.09%
G=30.52%
B=48.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851231950.560.3700.24219.2747.8354.9
Hex557BC33825018db3037
Octal12517330370450303336067
Binary101010111110111100001111100010010101100011011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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