Html Css Color HEX #557BCD Havelock Blue

📋 copy color: '#557BCD'

red 85 ◦ green 123 ◦ blue 205

#557BCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #557BCD

Tints of Havelock Blue #557BCD

RGB

 RED value IS 85 (33.59% from 255) = 20.58%

 GREEN value IS 123 (48.44% from 255) = 29.78%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 20.58%
G = 29.78%
B = 49.64%

CMYK

 C value IS 0.59

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#557BCD (or 0x557BCD) is known color: Havelock Blue. HEX triplet: 55, 7B and CD. RGB value is (85,123,205). Sum of RGB (Red+Green+Blue) = 85+123+205=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #557BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BCD is #AA8432. Grayscale: #787878. Windows color (decimal): -11174963 or 13466453. OLE color: 13466453.

HSL color Cylindrical-coordinate representation of color #557BCD: hue angle of 221º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557BCD is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 123 205 -
CMYK 0.59 0.4 0 0.20
HSL 221º 0.55% 0.57% -
HSV(B) 221º 0.59% 0.8% -
XYZ 21.85 20.5 60.56 -
YUV 120.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 85 123 205 0.59 0.4 0 0.20 221 0.55 0.57
Hex 55 7B CD 3B 28 0 14 DD 37 39
Octal 125 173 315 73 50 0 24 335 67 71
Binary 1010101 1111011 11001101 111011 101000 0 10100 11011101 110111 111001

Color Harmonies of #557BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BCD

Black with #557BCD

Text Example


Text Example

White with #557BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #557BCD;
 }
 .AnyTagClassName
 {
   color: #557BCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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