Html Css Color HEX #575972 Comet

📋 copy color: '#575972'

red 87 ◦ green 89 ◦ blue 114

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

Shades of Comet #575972

Tints of Comet #575972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 30%
G = 30.69%
B = 39.31%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575972 (or 0x575972) is known color: Comet. HEX triplet: 57, 59 and 72. RGB value is (87,89,114). Sum of RGB (Red+Green+Blue) = 87+89+114=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #575972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575972 is #A8A68D. Grayscale: #5B5B5B. Windows color (decimal): -11052686 or 7493975. OLE color: 7493975.

HSL color Cylindrical-coordinate representation of color #575972: hue angle of 235.56º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575972 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 89 114 -
CMYK 0.24 0.22 0 0.55
HSL 235.56º 0.13% 0.39% -
HSV(B) 235.56º 0.24% 0.45% -
XYZ 10.54 10.39 17.37 -
YUV 91.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 87 89 114 0.24 0.22 0 0.55 235.56 0.13 0.39
Hex 57 59 72 18 16 0 37 EC D 27
Octal 127 131 162 30 26 0 67 354 15 47
Binary 1010111 1011001 1110010 11000 10110 0 110111 11101100 1101 100111

Color Harmonies of #575972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575972

Black with #575972

Text Example


Text Example

White with #575972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575972; }

 p { color: rgb(87,89,114); }

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

background-color css

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

 a { background-color: rgb(87,89,114); }

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

border-color css

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

 span { border-color: rgb(87,89,114); }

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