Html Css Color HEX #595B6A Comet

📋 copy color: '#595B6A'

red 89 ◦ green 91 ◦ blue 106

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

Shades of Comet #595B6A

Tints of Comet #595B6A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.82%

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 31.12%
G = 31.82%
B = 37.06%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#595B6A (or 0x595B6A) is known color: Comet. HEX triplet: 59, 5B and 6A. RGB value is (89,91,106). Sum of RGB (Red+Green+Blue) = 89+91+106=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #595B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B6A is #A6A495. Grayscale: #5C5C5C. Windows color (decimal): -10921110 or 6970201. OLE color: 6970201.

HSL color Cylindrical-coordinate representation of color #595B6A: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #595B6A is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 89 91 106 -
CMYK 0.16 0.14 0 0.58
HSL 232.94º 0.09% 0.38% -
HSV(B) 232.94º 0.16% 0.42% -
XYZ 10.46 10.65 15.14 -
YUV 92.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 89 91 106 0.16 0.14 0 0.58 232.94 0.09 0.38
Hex 59 5B 6A 10 E 0 3A E9 9 26
Octal 131 133 152 20 16 0 72 351 11 46
Binary 1011001 1011011 1101010 10000 1110 0 111010 11101001 1001 100110

Color Harmonies of #595B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B6A

Black with #595B6A

Text Example


Text Example

White with #595B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,91,106); }

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

background-color css

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

 a { background-color: rgb(89,91,106); }

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

border-color css

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

 span { border-color: rgb(89,91,106); }

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