Html Css Color HEX #557AD6 Havelock Blue

📋 copy color: '#557AD6'

red 85 ◦ green 122 ◦ blue 214

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

Shades of Havelock Blue #557AD6

Tints of Havelock Blue #557AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

 BLUE value IS 214 (83.98% from 255) = 50.83%

R = 20.19%
G = 28.98%
B = 50.83%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#557AD6 (or 0x557AD6) is known color: Havelock Blue. HEX triplet: 55, 7A and D6. RGB value is (85,122,214). Sum of RGB (Red+Green+Blue) = 85+122+214=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #557AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AD6 is #AA8529. Grayscale: #797979. Windows color (decimal): -11175210 or 14056021. OLE color: 14056021.

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

Color convert

RGB 85 122 214 -
CMYK 0.60 0.43 0 0.16
HSL 222.79º 0.61% 0.59% -
HSV(B) 222.79º 0.6% 0.84% -
XYZ 22.84 20.71 66.41 -
YUV 121.43 180.24 102.02 -
System Red Green Blue C M Y K H S L
Decimal 85 122 214 0.60 0.43 0 0.16 222.79 0.61 0.59
Hex 55 7A D6 3C 2B 0 10 DF 3D 3B
Octal 125 172 326 74 53 0 20 337 75 73
Binary 1010101 1111010 11010110 111100 101011 0 10000 11011111 111101 111011

Color Harmonies of #557AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AD6

Black with #557AD6

Text Example


Text Example

White with #557AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,122,214); }

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

background-color css

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

 a { background-color: rgb(85,122,214); }

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

border-color css

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

 span { border-color: rgb(85,122,214); }

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