Html Css Color HEX #595C70 Comet

📋 copy color: '#595C70'

red 89 ◦ green 92 ◦ blue 112

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

Shades of Comet #595C70

Tints of Comet #595C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 30.38%
G = 31.4%
B = 38.23%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#595C70 (or 0x595C70) is known color: Comet. HEX triplet: 59, 5C and 70. RGB value is (89,92,112). Sum of RGB (Red+Green+Blue) = 89+92+112=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #595C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C70 is #A6A38F. Grayscale: #5D5D5D. Windows color (decimal): -10920848 or 7363673. OLE color: 7363673.

HSL color Cylindrical-coordinate representation of color #595C70: hue angle of 232.17º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595C70 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 92 112 -
CMYK 0.21 0.18 0 0.56
HSL 232.17º 0.11% 0.39% -
HSV(B) 232.17º 0.21% 0.44% -
XYZ 10.87 10.95 16.87 -
YUV 93.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 89 92 112 0.21 0.18 0 0.56 232.17 0.11 0.39
Hex 59 5C 70 15 12 0 38 E8 B 27
Octal 131 134 160 25 22 0 70 350 13 47
Binary 1011001 1011100 1110000 10101 10010 0 111000 11101000 1011 100111

Color Harmonies of #595C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C70

Black with #595C70

Text Example


Text Example

White with #595C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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