Html Css Color HEX #577ACC Havelock Blue

📋 copy color: '#577ACC'

red 87 ◦ green 122 ◦ blue 204

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

Shades of Havelock Blue #577ACC

Tints of Havelock Blue #577ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 21.07%
G = 29.54%
B = 49.39%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#577ACC (or 0x577ACC) is known color: Havelock Blue. HEX triplet: 57, 7A and CC. RGB value is (87,122,204). Sum of RGB (Red+Green+Blue) = 87+122+204=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #577ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ACC is #A88533. Grayscale: #787878. Windows color (decimal): -11044148 or 13400663. OLE color: 13400663.

HSL color Cylindrical-coordinate representation of color #577ACC: hue angle of 222.05º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #577ACC is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 122 204 -
CMYK 0.57 0.40 0 0.2
HSL 222.05º 0.53% 0.57% -
HSV(B) 222.05º 0.57% 0.8% -
XYZ 21.79 20.3 59.9 -
YUV 120.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 87 122 204 0.57 0.40 0 0.2 222.05 0.53 0.57
Hex 57 7A CC 39 28 0 14 DE 35 39
Octal 127 172 314 71 50 0 24 336 65 71
Binary 1010111 1111010 11001100 111001 101000 0 10100 11011110 110101 111001

Color Harmonies of #577ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577ACC

Black with #577ACC

Text Example


Text Example

White with #577ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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