Html Css Color HEX #595D75 Comet

📋 copy color: '#595D75'

red 89 ◦ green 93 ◦ blue 117

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

Shades of Comet #595D75

Tints of Comet #595D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 29.77%
G = 31.1%
B = 39.13%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#595D75 (or 0x595D75) is known color: Comet. HEX triplet: 59, 5D and 75. RGB value is (89,93,117). Sum of RGB (Red+Green+Blue) = 89+93+117=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #595D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D75 is #A6A28A. Grayscale: #5E5E5E. Windows color (decimal): -10920587 or 7691609. OLE color: 7691609.

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

Color convert

RGB 89 93 117 -
CMYK 0.24 0.21 0 0.54
HSL 231.43º 0.14% 0.4% -
HSV(B) 231.43º 0.24% 0.46% -
XYZ 11.25 11.24 18.41 -
YUV 94.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 89 93 117 0.24 0.21 0 0.54 231.43 0.14 0.4
Hex 59 5D 75 18 15 0 36 E7 E 28
Octal 131 135 165 30 25 0 66 347 16 50
Binary 1011001 1011101 1110101 11000 10101 0 110110 11100111 1110 101000

Color Harmonies of #595D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D75

Black with #595D75

Text Example


Text Example

White with #595D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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