Html Css Color HEX #595968 Comet

📋 copy color: '#595968'

red 89 ◦ green 89 ◦ blue 104

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

Shades of Comet #595968

Tints of Comet #595968

RGB

 RED value IS 89 (35.16% from 255) = 31.56%

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

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

R = 31.56%
G = 31.56%
B = 36.88%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#595968 (or 0x595968) is known color: Comet. HEX triplet: 59, 59 and 68. RGB value is (89,89,104). Sum of RGB (Red+Green+Blue) = 89+89+104=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #595968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595968 is #A6A697. Grayscale: #5A5A5A. Windows color (decimal): -10921624 or 6838617. OLE color: 6838617.

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

Color convert

RGB 89 89 104 -
CMYK 0.14 0.14 0 0.59
HSL 240º 0.08% 0.38% -
HSV(B) 240º 0.14% 0.41% -
XYZ 10.19 10.27 14.54 -
YUV 90.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 89 89 104 0.14 0.14 0 0.59 240 0.08 0.38
Hex 59 59 68 E E 0 3B F0 8 26
Octal 131 131 150 16 16 0 73 360 10 46
Binary 1011001 1011001 1101000 1110 1110 0 111011 11110000 1000 100110

Color Harmonies of #595968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595968

Black with #595968

Text Example


Text Example

White with #595968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595968; }

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

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

background-color css

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

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

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

border-color css

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

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

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