Html Css Color HEX #595A6B Comet

📋 copy color: '#595A6B'

red 89 ◦ green 90 ◦ blue 107

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

Shades of Comet #595A6B

Tints of Comet #595A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 31.12%
G = 31.47%
B = 37.41%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#595A6B (or 0x595A6B) is known color: Comet. HEX triplet: 59, 5A and 6B. RGB value is (89,90,107). Sum of RGB (Red+Green+Blue) = 89+90+107=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #595A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A6B is #A6A594. Grayscale: #5B5B5B. Windows color (decimal): -10921365 or 7035481. OLE color: 7035481.

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

Color convert

RGB 89 90 107 -
CMYK 0.17 0.16 0 0.58
HSL 236.67º 0.09% 0.38% -
HSV(B) 236.67º 0.17% 0.42% -
XYZ 10.43 10.5 15.39 -
YUV 91.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 89 90 107 0.17 0.16 0 0.58 236.67 0.09 0.38
Hex 59 5A 6B 11 10 0 3A ED 9 26
Octal 131 132 153 21 20 0 72 355 11 46
Binary 1011001 1011010 1101011 10001 10000 0 111010 11101101 1001 100110

Color Harmonies of #595A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A6B

Black with #595A6B

Text Example


Text Example

White with #595A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,107); }

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

background-color css

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

 a { background-color: rgb(89,90,107); }

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

border-color css

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

 span { border-color: rgb(89,90,107); }

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