Html Css Color HEX #557CCB Havelock Blue

📋 copy color: '#557CCB'

red 85 ◦ green 124 ◦ blue 203

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

Shades of Havelock Blue #557CCB

Tints of Havelock Blue #557CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

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

R = 20.63%
G = 30.1%
B = 49.27%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#557CCB (or 0x557CCB) is known color: Havelock Blue. HEX triplet: 55, 7C and CB. RGB value is (85,124,203). Sum of RGB (Red+Green+Blue) = 85+124+203=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #557CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CCB is #AA8334. Grayscale: #787878. Windows color (decimal): -11174709 or 13335637. OLE color: 13335637.

HSL color Cylindrical-coordinate representation of color #557CCB: hue angle of 220.17º 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 #557CCB is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 124 203 -
CMYK 0.58 0.39 0 0.20
HSL 220.17º 0.53% 0.56% -
HSV(B) 220.17º 0.58% 0.8% -
XYZ 21.73 20.66 59.34 -
YUV 121.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 85 124 203 0.58 0.39 0 0.20 220.17 0.53 0.56
Hex 55 7C CB 3A 27 0 14 DC 35 38
Octal 125 174 313 72 47 0 24 334 65 70
Binary 1010101 1111100 11001011 111010 100111 0 10100 11011100 110101 111000

Color Harmonies of #557CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CCB

Black with #557CCB

Text Example


Text Example

White with #557CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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