Html Css Color HEX #595B68 Comet

📋 copy color: '#595B68'

red 89 ◦ green 91 ◦ blue 104

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

Shades of Comet #595B68

Tints of Comet #595B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.04%

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

R = 31.34%
G = 32.04%
B = 36.62%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#595B68 (or 0x595B68) is known color: Comet. HEX triplet: 59, 5B and 68. RGB value is (89,91,104). Sum of RGB (Red+Green+Blue) = 89+91+104=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #595B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B68 is #A6A497. Grayscale: #5B5B5B. Windows color (decimal): -10921112 or 6839129. OLE color: 6839129.

HSL color Cylindrical-coordinate representation of color #595B68: hue angle of 232º 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 #595B68 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 91 104 -
CMYK 0.14 0.12 0 0.59
HSL 232º 0.08% 0.38% -
HSV(B) 232º 0.14% 0.41% -
XYZ 10.36 10.61 14.6 -
YUV 91.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 89 91 104 0.14 0.12 0 0.59 232 0.08 0.38
Hex 59 5B 68 E C 0 3B E8 8 26
Octal 131 133 150 16 14 0 73 350 10 46
Binary 1011001 1011011 1101000 1110 1100 0 111011 11101000 1000 100110

Color Harmonies of #595B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B68

Black with #595B68

Text Example


Text Example

White with #595B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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