Html Css Color HEX #595D76 Comet

📋 copy color: '#595D76'

red 89 ◦ green 93 ◦ blue 118

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

Shades of Comet #595D76

Tints of Comet #595D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 29.67%
G = 31%
B = 39.33%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#595D76 (or 0x595D76) is known color: Comet. HEX triplet: 59, 5D and 76. RGB value is (89,93,118). Sum of RGB (Red+Green+Blue) = 89+93+118=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #595D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D76 is #A6A289. Grayscale: #5E5E5E. Windows color (decimal): -10920586 or 7757145. OLE color: 7757145.

HSL color Cylindrical-coordinate representation of color #595D76: hue angle of 231.72º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595D76 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 93 118 -
CMYK 0.25 0.21 0 0.54
HSL 231.72º 0.14% 0.41% -
HSV(B) 231.72º 0.25% 0.46% -
XYZ 11.3 11.26 18.72 -
YUV 94.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 89 93 118 0.25 0.21 0 0.54 231.72 0.14 0.41
Hex 59 5D 76 19 15 0 36 E8 E 29
Octal 131 135 166 31 25 0 66 350 16 51
Binary 1011001 1011101 1110110 11001 10101 0 110110 11101000 1110 101001

Color Harmonies of #595D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D76

Black with #595D76

Text Example


Text Example

White with #595D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,93,118); }

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

background-color css

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

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

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

border-color css

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

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

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