Html Css Color HEX #577AD6 Havelock Blue

📋 copy color: '#577AD6'

red 87 ◦ green 122 ◦ blue 214

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

Shades of Havelock Blue #577AD6

Tints of Havelock Blue #577AD6

RGB

 RED value IS 87 (34.38% from 255) = 20.57%

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

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

R = 20.57%
G = 28.84%
B = 50.59%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#577AD6 (or 0x577AD6) is known color: Havelock Blue. HEX triplet: 57, 7A and D6. RGB value is (87,122,214). Sum of RGB (Red+Green+Blue) = 87+122+214=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #577AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577AD6 is #A88529. Grayscale: #797979. Windows color (decimal): -11044138 or 14056023. OLE color: 14056023.

HSL color Cylindrical-coordinate representation of color #577AD6: hue angle of 223.46º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #577AD6 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 122 214 -
CMYK 0.59 0.43 0 0.16
HSL 223.46º 0.61% 0.59% -
HSV(B) 223.46º 0.59% 0.84% -
XYZ 23.03 20.8 66.42 -
YUV 122.02 179.9 103.02 -
System Red Green Blue C M Y K H S L
Decimal 87 122 214 0.59 0.43 0 0.16 223.46 0.61 0.59
Hex 57 7A D6 3B 2B 0 10 DF 3D 3B
Octal 127 172 326 73 53 0 20 337 75 73
Binary 1010111 1111010 11010110 111011 101011 0 10000 11011111 111101 111011

Color Harmonies of #577AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577AD6

Black with #577AD6

Text Example


Text Example

White with #577AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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