Html Css Color HEX #575768 Comet

📋 copy color: '#575768'

red 87 ◦ green 87 ◦ blue 104

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

Shades of Comet #575768

Tints of Comet #575768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.29%

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 31.29%
G = 31.29%
B = 37.41%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575768 (or 0x575768) is known color: Comet. HEX triplet: 57, 57 and 68. RGB value is (87,87,104). Sum of RGB (Red+Green+Blue) = 87+87+104=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #575768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575768 is #A8A897. Grayscale: #585858. Windows color (decimal): -11053208 or 6838103. OLE color: 6838103.

HSL color Cylindrical-coordinate representation of color #575768: hue angle of 240º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575768 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 87 104 -
CMYK 0.16 0.16 0 0.59
HSL 240º 0.09% 0.37% -
HSV(B) 240º 0.16% 0.41% -
XYZ 9.84 9.84 14.48 -
YUV 88.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 87 87 104 0.16 0.16 0 0.59 240 0.09 0.37
Hex 57 57 68 10 10 0 3B F0 9 25
Octal 127 127 150 20 20 0 73 360 11 45
Binary 1010111 1010111 1101000 10000 10000 0 111011 11110000 1001 100101

Color Harmonies of #575768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575768

Black with #575768

Text Example


Text Example

White with #575768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575768; }

 p { color: rgb(87,87,104); }

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

background-color css

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

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

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

border-color css

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

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

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