Html Css Color HEX #595D77 Comet

📋 copy color: '#595D77'

red 89 ◦ green 93 ◦ blue 119

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

Shades of Comet #595D77

Tints of Comet #595D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 29.57%
G = 30.9%
B = 39.53%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#595D77 (or 0x595D77) is known color: Comet. HEX triplet: 59, 5D and 77. RGB value is (89,93,119). Sum of RGB (Red+Green+Blue) = 89+93+119=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #595D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D77 is #A6A288. Grayscale: #5E5E5E. Windows color (decimal): -10920585 or 7822681. OLE color: 7822681.

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

Color convert

RGB 89 93 119 -
CMYK 0.25 0.22 0 0.53
HSL 232º 0.14% 0.41% -
HSV(B) 232º 0.25% 0.47% -
XYZ 11.36 11.28 19.03 -
YUV 94.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 89 93 119 0.25 0.22 0 0.53 232 0.14 0.41
Hex 59 5D 77 19 16 0 35 E8 E 29
Octal 131 135 167 31 26 0 65 350 16 51
Binary 1011001 1011101 1110111 11001 10110 0 110101 11101000 1110 101001

Color Harmonies of #595D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D77

Black with #595D77

Text Example


Text Example

White with #595D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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