Html Css Color HEX #595C72 Comet

📋 copy color: '#595C72'

red 89 ◦ green 92 ◦ blue 114

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

Shades of Comet #595C72

Tints of Comet #595C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 30.17%
G = 31.19%
B = 38.64%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#595C72 (or 0x595C72) is known color: Comet. HEX triplet: 59, 5C and 72. RGB value is (89,92,114). Sum of RGB (Red+Green+Blue) = 89+92+114=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #595C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C72 is #A6A38D. Grayscale: #5D5D5D. Windows color (decimal): -10920846 or 7494745. OLE color: 7494745.

HSL color Cylindrical-coordinate representation of color #595C72: hue angle of 232.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #595C72 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 92 114 -
CMYK 0.22 0.19 0 0.55
HSL 232.8º 0.12% 0.4% -
HSV(B) 232.8º 0.22% 0.45% -
XYZ 10.98 10.99 17.46 -
YUV 93.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 89 92 114 0.22 0.19 0 0.55 232.8 0.12 0.4
Hex 59 5C 72 16 13 0 37 E9 C 28
Octal 131 134 162 26 23 0 67 351 14 50
Binary 1011001 1011100 1110010 10110 10011 0 110111 11101001 1100 101000

Color Harmonies of #595C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C72

Black with #595C72

Text Example


Text Example

White with #595C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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