Html Css Color HEX #557FDD Havelock Blue

📋 copy color: '#557FDD'

red 85 ◦ green 127 ◦ blue 221

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

Shades of Havelock Blue #557FDD

Tints of Havelock Blue #557FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 29.33%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 19.63%
G = 29.33%
B = 51.04%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#557FDD (or 0x557FDD) is known color: Havelock Blue. HEX triplet: 55, 7F and DD. RGB value is (85,127,221). Sum of RGB (Red+Green+Blue) = 85+127+221=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #557FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FDD is #AA8022. Grayscale: #7C7C7C. Windows color (decimal): -11173923 or 14516053. OLE color: 14516053.

HSL color Cylindrical-coordinate representation of color #557FDD: hue angle of 221.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #557FDD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 127 221 -
CMYK 0.62 0.43 0 0.13
HSL 221.47º 0.67% 0.6% -
HSV(B) 221.47º 0.62% 0.87% -
XYZ 24.39 22.33 71.43 -
YUV 125.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 85 127 221 0.62 0.43 0 0.13 221.47 0.67 0.6
Hex 55 7F DD 3E 2B 0 D DD 43 3C
Octal 125 177 335 76 53 0 15 335 103 74
Binary 1010101 1111111 11011101 111110 101011 0 1101 11011101 1000011 111100

Color Harmonies of #557FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FDD

Black with #557FDD

Text Example


Text Example

White with #557FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,127,221); }

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

background-color css

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

 a { background-color: rgb(85,127,221); }

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

border-color css

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

 span { border-color: rgb(85,127,221); }

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