Html Css Color HEX #595A76 Comet

📋 copy color: '#595A76'

red 89 ◦ green 90 ◦ blue 118

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

Shades of Comet #595A76

Tints of Comet #595A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

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

R = 29.97%
G = 30.3%
B = 39.73%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#595A76 (or 0x595A76) is known color: Comet. HEX triplet: 59, 5A and 76. RGB value is (89,90,118). Sum of RGB (Red+Green+Blue) = 89+90+118=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #595A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A76 is #A6A589. Grayscale: #5C5C5C. Windows color (decimal): -10921354 or 7756377. OLE color: 7756377.

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

Color convert

RGB 89 90 118 -
CMYK 0.25 0.24 0 0.54
HSL 237.93º 0.14% 0.41% -
HSV(B) 237.93º 0.25% 0.46% -
XYZ 11.05 10.74 18.63 -
YUV 92.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 89 90 118 0.25 0.24 0 0.54 237.93 0.14 0.41
Hex 59 5A 76 19 18 0 36 EE E 29
Octal 131 132 166 31 30 0 66 356 16 51
Binary 1011001 1011010 1110110 11001 11000 0 110110 11101110 1110 101001

Color Harmonies of #595A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A76

Black with #595A76

Text Example


Text Example

White with #595A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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