Html Css Color HEX #557CD1 Havelock Blue

📋 copy color: '#557CD1'

red 85 ◦ green 124 ◦ blue 209

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

Shades of Havelock Blue #557CD1

Tints of Havelock Blue #557CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50%

R = 20.33%
G = 29.67%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#557CD1 (or 0x557CD1) is known color: Havelock Blue. HEX triplet: 55, 7C and D1. RGB value is (85,124,209). Sum of RGB (Red+Green+Blue) = 85+124+209=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #557CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CD1 is #AA832E. Grayscale: #797979. Windows color (decimal): -11174703 or 13728853. OLE color: 13728853.

HSL color Cylindrical-coordinate representation of color #557CD1: hue angle of 221.13º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557CD1 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 124 209 -
CMYK 0.59 0.41 0 0.18
HSL 221.13º 0.57% 0.58% -
HSV(B) 221.13º 0.59% 0.82% -
XYZ 22.46 20.95 63.18 -
YUV 122.03 177.08 101.59 -
System Red Green Blue C M Y K H S L
Decimal 85 124 209 0.59 0.41 0 0.18 221.13 0.57 0.58
Hex 55 7C D1 3B 29 0 12 DD 39 3A
Octal 125 174 321 73 51 0 22 335 71 72
Binary 1010101 1111100 11010001 111011 101001 0 10010 11011101 111001 111010

Color Harmonies of #557CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CD1

Black with #557CD1

Text Example


Text Example

White with #557CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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