Html Css Color HEX #577BCD Havelock Blue

📋 copy color: '#577BCD'

red 87 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #577BCD

Tints of Havelock Blue #577BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.64%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 20.96%
G = 29.64%
B = 49.4%

CMYK

 C value IS 0.58

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#577BCD (or 0x577BCD) is known color: Havelock Blue. HEX triplet: 57, 7B and CD. RGB value is (87,123,205). Sum of RGB (Red+Green+Blue) = 87+123+205=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #577BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BCD is #A88432. Grayscale: #797979. Windows color (decimal): -11043891 or 13466455. OLE color: 13466455.

HSL color Cylindrical-coordinate representation of color #577BCD: hue angle of 221.69º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #577BCD is Cyan = 0.58, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 123 205 -
CMYK 0.58 0.4 0 0.20
HSL 221.69º 0.54% 0.57% -
HSV(B) 221.69º 0.58% 0.8% -
XYZ 22.03 20.6 60.57 -
YUV 121.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 87 123 205 0.58 0.4 0 0.20 221.69 0.54 0.57
Hex 57 7B CD 3A 28 0 14 DE 36 39
Octal 127 173 315 72 50 0 24 336 66 71
Binary 1010111 1111011 11001101 111010 101000 0 10100 11011110 110110 111001

Color Harmonies of #577BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577BCD

Black with #577BCD

Text Example


Text Example

White with #577BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,123,205); }

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

background-color css

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

 a { background-color: rgb(87,123,205); }

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

border-color css

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

 span { border-color: rgb(87,123,205); }

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