Html Css Color HEX #557DCB Havelock Blue

📋 copy color: '#557DCB'

red 85 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #557DCB

Tints of Havelock Blue #557DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.27%

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 20.58%
G = 30.27%
B = 49.15%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#557DCB (or 0x557DCB) is known color: Havelock Blue. HEX triplet: 55, 7D and CB. RGB value is (85,125,203). Sum of RGB (Red+Green+Blue) = 85+125+203=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #557DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DCB is #AA8234. Grayscale: #797979. Windows color (decimal): -11174453 or 13335893. OLE color: 13335893.

HSL color Cylindrical-coordinate representation of color #557DCB: hue angle of 219.66º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557DCB is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 125 203 -
CMYK 0.58 0.38 0 0.20
HSL 219.66º 0.53% 0.56% -
HSV(B) 219.66º 0.58% 0.8% -
XYZ 21.86 20.91 59.38 -
YUV 121.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 85 125 203 0.58 0.38 0 0.20 219.66 0.53 0.56
Hex 55 7D CB 3A 26 0 14 DC 35 38
Octal 125 175 313 72 46 0 24 334 65 70
Binary 1010101 1111101 11001011 111010 100110 0 10100 11011100 110101 111000

Color Harmonies of #557DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DCB

Black with #557DCB

Text Example


Text Example

White with #557DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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