Html Css Color HEX #577AC2 Havelock Blue

📋 copy color: '#577AC2'

red 87 ◦ green 122 ◦ blue 194

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

Shades of Havelock Blue #577AC2

Tints of Havelock Blue #577AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.14%

R = 21.59%
G = 30.27%
B = 48.14%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#577AC2 (or 0x577AC2) is known color: Havelock Blue. HEX triplet: 57, 7A and C2. RGB value is (87,122,194). Sum of RGB (Red+Green+Blue) = 87+122+194=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #577AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577AC2 is #A8853D. Grayscale: #777777. Windows color (decimal): -11044158 or 12745303. OLE color: 12745303.

HSL color Cylindrical-coordinate representation of color #577AC2: hue angle of 220.37º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #577AC2 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 122 194 -
CMYK 0.55 0.37 0 0.24
HSL 220.37º 0.47% 0.55% -
HSV(B) 220.37º 0.55% 0.76% -
XYZ 20.63 19.84 53.78 -
YUV 119.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 87 122 194 0.55 0.37 0 0.24 220.37 0.47 0.55
Hex 57 7A C2 37 25 0 18 DC 2F 37
Octal 127 172 302 67 45 0 30 334 57 67
Binary 1010111 1111010 11000010 110111 100101 0 11000 11011100 101111 110111

Color Harmonies of #577AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577AC2

Black with #577AC2

Text Example


Text Example

White with #577AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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