Html Css Color HEX #577FCB Havelock Blue

📋 copy color: '#577FCB'

red 87 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #577FCB

Tints of Havelock Blue #577FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 20.86%
G = 30.46%
B = 48.68%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#577FCB (or 0x577FCB) is known color: Havelock Blue. HEX triplet: 57, 7F and CB. RGB value is (87,127,203). Sum of RGB (Red+Green+Blue) = 87+127+203=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #577FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FCB is #A88034. Grayscale: #7B7B7B. Windows color (decimal): -11042869 or 13336407. OLE color: 13336407.

HSL color Cylindrical-coordinate representation of color #577FCB: hue angle of 219.31º 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 #577FCB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 127 203 -
CMYK 0.57 0.37 0 0.20
HSL 219.31º 0.53% 0.57% -
HSV(B) 219.31º 0.57% 0.8% -
XYZ 22.3 21.52 59.48 -
YUV 123.7 172.75 101.82 -
System Red Green Blue C M Y K H S L
Decimal 87 127 203 0.57 0.37 0 0.20 219.31 0.53 0.57
Hex 57 7F CB 39 25 0 14 DB 35 39
Octal 127 177 313 71 45 0 24 333 65 71
Binary 1010111 1111111 11001011 111001 100101 0 10100 11011011 110101 111001

Color Harmonies of #577FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FCB

Black with #577FCB

Text Example


Text Example

White with #577FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,127,203); }

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

background-color css

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

 a { background-color: rgb(87,127,203); }

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

border-color css

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

 span { border-color: rgb(87,127,203); }

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