Html Css Color HEX #557ECB Havelock Blue

📋 copy color: '#557ECB'

red 85 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #557ECB

Tints of Havelock Blue #557ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.43%

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

R = 20.53%
G = 30.43%
B = 49.03%

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

#557ECB (or 0x557ECB) is known color: Havelock Blue. HEX triplet: 55, 7E and CB. RGB value is (85,126,203). Sum of RGB (Red+Green+Blue) = 85+126+203=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #557ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ECB is #AA8134. Grayscale: #7A7A7A. Windows color (decimal): -11174197 or 13336149. OLE color: 13336149.

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

Color convert

RGB 85 126 203 -
CMYK 0.58 0.38 0 0.20
HSL 219.15º 0.53% 0.56% -
HSV(B) 219.15º 0.58% 0.8% -
XYZ 21.99 21.16 59.43 -
YUV 122.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 85 126 203 0.58 0.38 0 0.20 219.15 0.53 0.56
Hex 55 7E CB 3A 26 0 14 DB 35 38
Octal 125 176 313 72 46 0 24 333 65 70
Binary 1010101 1111110 11001011 111010 100110 0 10100 11011011 110101 111000

Color Harmonies of #557ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ECB

Black with #557ECB

Text Example


Text Example

White with #557ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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