Html Css Color HEX #575975 Comet

📋 copy color: '#575975'

red 87 ◦ green 89 ◦ blue 117

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

Shades of Comet #575975

Tints of Comet #575975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 29.69%
G = 30.38%
B = 39.93%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575975 (or 0x575975) is known color: Comet. HEX triplet: 57, 59 and 75. RGB value is (87,89,117). Sum of RGB (Red+Green+Blue) = 87+89+117=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #575975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575975 is #A8A68A. Grayscale: #5B5B5B. Windows color (decimal): -11052683 or 7690583. OLE color: 7690583.

HSL color Cylindrical-coordinate representation of color #575975: hue angle of 236º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575975 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 89 117 -
CMYK 0.26 0.24 0 0.54
HSL 236º 0.15% 0.4% -
HSV(B) 236º 0.26% 0.46% -
XYZ 10.71 10.46 18.28 -
YUV 91.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 87 89 117 0.26 0.24 0 0.54 236 0.15 0.4
Hex 57 59 75 1A 18 0 36 EC F 28
Octal 127 131 165 32 30 0 66 354 17 50
Binary 1010111 1011001 1110101 11010 11000 0 110110 11101100 1111 101000

Color Harmonies of #575975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575975

Black with #575975

Text Example


Text Example

White with #575975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575975; }

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

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

background-color css

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

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

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

border-color css

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

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

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