Html Css Color HEX #575970 Comet

📋 copy color: '#575970'

red 87 ◦ green 89 ◦ blue 112

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

Shades of Comet #575970

Tints of Comet #575970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 30.21%
G = 30.9%
B = 38.89%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575970 (or 0x575970) is known color: Comet. HEX triplet: 57, 59 and 70. RGB value is (87,89,112). Sum of RGB (Red+Green+Blue) = 87+89+112=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #575970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575970 is #A8A68F. Grayscale: #5A5A5A. Windows color (decimal): -11052688 or 7362903. OLE color: 7362903.

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

Color convert

RGB 87 89 112 -
CMYK 0.22 0.21 0 0.56
HSL 235.2º 0.13% 0.39% -
HSV(B) 235.2º 0.22% 0.44% -
XYZ 10.43 10.34 16.78 -
YUV 91.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 87 89 112 0.22 0.21 0 0.56 235.2 0.13 0.39
Hex 57 59 70 16 15 0 38 EB D 27
Octal 127 131 160 26 25 0 70 353 15 47
Binary 1010111 1011001 1110000 10110 10101 0 111000 11101011 1101 100111

Color Harmonies of #575970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575970

Black with #575970

Text Example


Text Example

White with #575970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575970; }

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

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

background-color css

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

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

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

border-color css

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

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

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