Html Css Color HEX #595E76 Comet

📋 copy color: '#595E76'

red 89 ◦ green 94 ◦ blue 118

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

Shades of Comet #595E76

Tints of Comet #595E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

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

R = 29.57%
G = 31.23%
B = 39.2%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#595E76 (or 0x595E76) is known color: Comet. HEX triplet: 59, 5E and 76. RGB value is (89,94,118). Sum of RGB (Red+Green+Blue) = 89+94+118=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #595E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E76 is #A6A189. Grayscale: #5F5F5F. Windows color (decimal): -10920330 or 7757401. OLE color: 7757401.

HSL color Cylindrical-coordinate representation of color #595E76: hue angle of 229.66º 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 #595E76 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 94 118 -
CMYK 0.25 0.20 0 0.54
HSL 229.66º 0.14% 0.41% -
HSV(B) 229.66º 0.25% 0.46% -
XYZ 11.39 11.44 18.75 -
YUV 95.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 89 94 118 0.25 0.20 0 0.54 229.66 0.14 0.41
Hex 59 5E 76 19 14 0 36 E6 E 29
Octal 131 136 166 31 24 0 66 346 16 51
Binary 1011001 1011110 1110110 11001 10100 0 110110 11100110 1110 101001

Color Harmonies of #595E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595E76

Black with #595E76

Text Example


Text Example

White with #595E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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