Html Css Color HEX #577ACF Havelock Blue

📋 copy color: '#577ACF'

red 87 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #577ACF

Tints of Havelock Blue #577ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 20.91%
G = 29.33%
B = 49.76%

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

#577ACF (or 0x577ACF) is known color: Havelock Blue. HEX triplet: 57, 7A and CF. RGB value is (87,122,207). Sum of RGB (Red+Green+Blue) = 87+122+207=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #577ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ACF is #A88530. Grayscale: #787878. Windows color (decimal): -11044145 or 13597271. OLE color: 13597271.

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

Color convert

RGB 87 122 207 -
CMYK 0.58 0.41 0 0.19
HSL 222.5º 0.56% 0.58% -
HSV(B) 222.5º 0.58% 0.81% -
XYZ 22.15 20.45 61.81 -
YUV 121.23 176.4 103.59 -
System Red Green Blue C M Y K H S L
Decimal 87 122 207 0.58 0.41 0 0.19 222.5 0.56 0.58
Hex 57 7A CF 3A 29 0 13 DE 38 3A
Octal 127 172 317 72 51 0 23 336 70 72
Binary 1010111 1111010 11001111 111010 101001 0 10011 11011110 111000 111010

Color Harmonies of #577ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577ACF

Black with #577ACF

Text Example


Text Example

White with #577ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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