Html Css Color HEX #577ACE Havelock Blue

📋 copy color: '#577ACE'

red 87 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #577ACE

Tints of Havelock Blue #577ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 20.96%
G = 29.4%
B = 49.64%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#577ACE (or 0x577ACE) is known color: Havelock Blue. HEX triplet: 57, 7A and CE. RGB value is (87,122,206). Sum of RGB (Red+Green+Blue) = 87+122+206=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #577ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ACE is #A88531. Grayscale: #787878. Windows color (decimal): -11044146 or 13531735. OLE color: 13531735.

HSL color Cylindrical-coordinate representation of color #577ACE: hue angle of 222.35º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #577ACE is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 122 206 -
CMYK 0.58 0.41 0 0.19
HSL 222.35º 0.55% 0.57% -
HSV(B) 222.35º 0.58% 0.81% -
XYZ 22.03 20.4 61.17 -
YUV 121.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 87 122 206 0.58 0.41 0 0.19 222.35 0.55 0.57
Hex 57 7A CE 3A 29 0 13 DE 37 39
Octal 127 172 316 72 51 0 23 336 67 71
Binary 1010111 1111010 11001110 111010 101001 0 10011 11011110 110111 111001

Color Harmonies of #577ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577ACE

Black with #577ACE

Text Example


Text Example

White with #577ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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