Html Css Color HEX #577FC6 Havelock Blue

📋 copy color: '#577FC6'

red 87 ◦ green 127 ◦ blue 198

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

Shades of Havelock Blue #577FC6

Tints of Havelock Blue #577FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.06%

R = 21.12%
G = 30.83%
B = 48.06%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#577FC6 (or 0x577FC6) is known color: Havelock Blue. HEX triplet: 57, 7F and C6. RGB value is (87,127,198). Sum of RGB (Red+Green+Blue) = 87+127+198=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #577FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577FC6 is #A88039. Grayscale: #7A7A7A. Windows color (decimal): -11042874 or 13008727. OLE color: 13008727.

HSL color Cylindrical-coordinate representation of color #577FC6: hue angle of 218.38º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #577FC6 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 127 198 -
CMYK 0.56 0.36 0 0.22
HSL 218.38º 0.49% 0.56% -
HSV(B) 218.38º 0.56% 0.78% -
XYZ 21.71 21.28 56.39 -
YUV 123.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 87 127 198 0.56 0.36 0 0.22 218.38 0.49 0.56
Hex 57 7F C6 38 24 0 16 DA 31 38
Octal 127 177 306 70 44 0 26 332 61 70
Binary 1010111 1111111 11000110 111000 100100 0 10110 11011010 110001 111000

Color Harmonies of #577FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577FC6

Black with #577FC6

Text Example


Text Example

White with #577FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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