Html Css Color HEX #557EDB Havelock Blue

📋 copy color: '#557EDB'

red 85 ◦ green 126 ◦ blue 219

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

Shades of Havelock Blue #557EDB

Tints of Havelock Blue #557EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 19.77%
G = 29.3%
B = 50.93%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#557EDB (or 0x557EDB) is known color: Havelock Blue. HEX triplet: 55, 7E and DB. RGB value is (85,126,219). Sum of RGB (Red+Green+Blue) = 85+126+219=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #557EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EDB is #AA8124. Grayscale: #7B7B7B. Windows color (decimal): -11174181 or 14384725. OLE color: 14384725.

HSL color Cylindrical-coordinate representation of color #557EDB: hue angle of 221.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #557EDB is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 126 219 -
CMYK 0.61 0.42 0 0.14
HSL 221.64º 0.65% 0.6% -
HSV(B) 221.64º 0.61% 0.86% -
XYZ 23.99 21.97 69.99 -
YUV 124.34 181.42 99.94 -
System Red Green Blue C M Y K H S L
Decimal 85 126 219 0.61 0.42 0 0.14 221.64 0.65 0.6
Hex 55 7E DB 3D 2A 0 E DE 41 3C
Octal 125 176 333 75 52 0 16 336 101 74
Binary 1010101 1111110 11011011 111101 101010 0 1110 11011110 1000001 111100

Color Harmonies of #557EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EDB

Black with #557EDB

Text Example


Text Example

White with #557EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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