Html Css Color HEX #577FB3 Havelock Blue

📋 copy color: '#577FB3'

red 87 ◦ green 127 ◦ blue 179

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

Shades of Havelock Blue #577FB3

Tints of Havelock Blue #577FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.55%

R = 22.14%
G = 32.32%
B = 45.55%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#577FB3 (or 0x577FB3) is known color: Havelock Blue. HEX triplet: 57, 7F and B3. RGB value is (87,127,179). Sum of RGB (Red+Green+Blue) = 87+127+179=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #577FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FB3 is #A8804C. Grayscale: #787878. Windows color (decimal): -11042893 or 11763543. OLE color: 11763543.

HSL color Cylindrical-coordinate representation of color #577FB3: hue angle of 213.91º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #577FB3 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 87 127 179 -
CMYK 0.51 0.29 0 0.30
HSL 213.91º 0.38% 0.52% -
HSV(B) 213.91º 0.51% 0.7% -
XYZ 19.66 20.46 45.56 -
YUV 120.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 87 127 179 0.51 0.29 0 0.30 213.91 0.38 0.52
Hex 57 7F B3 33 1D 0 1E D6 26 34
Octal 127 177 263 63 35 0 36 326 46 64
Binary 1010111 1111111 10110011 110011 11101 0 11110 11010110 100110 110100

Color Harmonies of #577FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FB3

Black with #577FB3

Text Example


Text Example

White with #577FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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