Html Css Color HEX #557DD7 Havelock Blue

📋 copy color: '#557DD7'

red 85 ◦ green 125 ◦ blue 215

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

Shades of Havelock Blue #557DD7

Tints of Havelock Blue #557DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.59%

R = 20%
G = 29.41%
B = 50.59%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#557DD7 (or 0x557DD7) is known color: Havelock Blue. HEX triplet: 55, 7D and D7. RGB value is (85,125,215). Sum of RGB (Red+Green+Blue) = 85+125+215=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #557DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DD7 is #AA8228. Grayscale: #7A7A7A. Windows color (decimal): -11174441 or 14122325. OLE color: 14122325.

HSL color Cylindrical-coordinate representation of color #557DD7: hue angle of 221.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #557DD7 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 125 215 -
CMYK 0.60 0.42 0 0.16
HSL 221.54º 0.62% 0.59% -
HSV(B) 221.54º 0.6% 0.84% -
XYZ 23.35 21.5 67.21 -
YUV 123.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 85 125 215 0.60 0.42 0 0.16 221.54 0.62 0.59
Hex 55 7D D7 3C 2A 0 10 DE 3E 3B
Octal 125 175 327 74 52 0 20 336 76 73
Binary 1010101 1111101 11010111 111100 101010 0 10000 11011110 111110 111011

Color Harmonies of #557DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DD7

Black with #557DD7

Text Example


Text Example

White with #557DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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