Html Css Color HEX #595C75 Comet

📋 copy color: '#595C75'

red 89 ◦ green 92 ◦ blue 117

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

Shades of Comet #595C75

Tints of Comet #595C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.87%

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

R = 29.87%
G = 30.87%
B = 39.26%

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

#595C75 (or 0x595C75) is known color: Comet. HEX triplet: 59, 5C and 75. RGB value is (89,92,117). Sum of RGB (Red+Green+Blue) = 89+92+117=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #595C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C75 is #A6A38A. Grayscale: #5D5D5D. Windows color (decimal): -10920843 or 7691353. OLE color: 7691353.

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

Color convert

RGB 89 92 117 -
CMYK 0.24 0.21 0 0.54
HSL 233.57º 0.14% 0.4% -
HSV(B) 233.57º 0.24% 0.46% -
XYZ 11.16 11.06 18.38 -
YUV 93.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 89 92 117 0.24 0.21 0 0.54 233.57 0.14 0.4
Hex 59 5C 75 18 15 0 36 EA E 28
Octal 131 134 165 30 25 0 66 352 16 50
Binary 1011001 1011100 1110101 11000 10101 0 110110 11101010 1110 101000

Color Harmonies of #595C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C75

Black with #595C75

Text Example


Text Example

White with #595C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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