Html Css Color HEX #557EDC Havelock Blue

📋 copy color: '#557EDC'

red 85 ◦ green 126 ◦ blue 220

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

Shades of Havelock Blue #557EDC

Tints of Havelock Blue #557EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 19.72%
G = 29.23%
B = 51.04%

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

#557EDC (or 0x557EDC) is known color: Havelock Blue. HEX triplet: 55, 7E and DC. RGB value is (85,126,220). Sum of RGB (Red+Green+Blue) = 85+126+220=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #557EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EDC is #AA8123. Grayscale: #7C7C7C. Windows color (decimal): -11174180 or 14450261. OLE color: 14450261.

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

Color convert

RGB 85 126 220 -
CMYK 0.61 0.43 0 0.14
HSL 221.78º 0.66% 0.6% -
HSV(B) 221.78º 0.61% 0.86% -
XYZ 24.13 22.02 70.69 -
YUV 124.46 181.92 99.86 -
System Red Green Blue C M Y K H S L
Decimal 85 126 220 0.61 0.43 0 0.14 221.78 0.66 0.6
Hex 55 7E DC 3D 2B 0 E DE 42 3C
Octal 125 176 334 75 53 0 16 336 102 74
Binary 1010101 1111110 11011100 111101 101011 0 1110 11011110 1000010 111100

Color Harmonies of #557EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EDC

Black with #557EDC

Text Example


Text Example

White with #557EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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