Html Css Color HEX #575872 Comet

📋 copy color: '#575872'

red 87 ◦ green 88 ◦ blue 114

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

Shades of Comet #575872

Tints of Comet #575872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 30.1%
G = 30.45%
B = 39.45%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575872 (or 0x575872) is known color: Comet. HEX triplet: 57, 58 and 72. RGB value is (87,88,114). Sum of RGB (Red+Green+Blue) = 87+88+114=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #575872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575872 is #A8A78D. Grayscale: #5A5A5A. Windows color (decimal): -11052942 or 7493719. OLE color: 7493719.

HSL color Cylindrical-coordinate representation of color #575872: hue angle of 237.78º 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 #575872 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 88 114 -
CMYK 0.24 0.23 0 0.55
HSL 237.78º 0.13% 0.39% -
HSV(B) 237.78º 0.24% 0.45% -
XYZ 10.46 10.22 17.34 -
YUV 90.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 87 88 114 0.24 0.23 0 0.55 237.78 0.13 0.39
Hex 57 58 72 18 17 0 37 EE D 27
Octal 127 130 162 30 27 0 67 356 15 47
Binary 1010111 1011000 1110010 11000 10111 0 110111 11101110 1101 100111

Color Harmonies of #575872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575872

Black with #575872

Text Example


Text Example

White with #575872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575872; }

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

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

background-color css

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

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

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

border-color css

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

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

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