Html Css Color HEX #557DDB Havelock Blue

📋 copy color: '#557DDB'

red 85 ◦ green 125 ◦ blue 219

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

Shades of Havelock Blue #557DDB

Tints of Havelock Blue #557DDB

RGB

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

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

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

R = 19.81%
G = 29.14%
B = 51.05%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#557DDB (or 0x557DDB) is known color: Havelock Blue. HEX triplet: 55, 7D and DB. RGB value is (85,125,219). Sum of RGB (Red+Green+Blue) = 85+125+219=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #557DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DDB is #AA8224. Grayscale: #7B7B7B. Windows color (decimal): -11174437 or 14384469. OLE color: 14384469.

HSL color Cylindrical-coordinate representation of color #557DDB: hue angle of 222.09º 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 #557DDB is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 125 219 -
CMYK 0.61 0.43 0 0.14
HSL 222.09º 0.65% 0.6% -
HSV(B) 222.09º 0.61% 0.86% -
XYZ 23.87 21.71 69.95 -
YUV 123.76 181.75 100.36 -
System Red Green Blue C M Y K H S L
Decimal 85 125 219 0.61 0.43 0 0.14 222.09 0.65 0.6
Hex 55 7D DB 3D 2B 0 E DE 41 3C
Octal 125 175 333 75 53 0 16 336 101 74
Binary 1010101 1111101 11011011 111101 101011 0 1110 11011110 1000001 111100

Color Harmonies of #557DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DDB

Black with #557DDB

Text Example


Text Example

White with #557DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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