Html Css Color HEX #595A66 Comet

📋 copy color: '#595A66'

red 89 ◦ green 90 ◦ blue 102

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

Shades of Comet #595A66

Tints of Comet #595A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 31.67%
G = 32.03%
B = 36.3%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#595A66 (or 0x595A66) is known color: Comet. HEX triplet: 59, 5A and 66. RGB value is (89,90,102). Sum of RGB (Red+Green+Blue) = 89+90+102=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #595A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A66 is #A6A599. Grayscale: #5B5B5B. Windows color (decimal): -10921370 or 6707801. OLE color: 6707801.

HSL color Cylindrical-coordinate representation of color #595A66: hue angle of 235.38º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #595A66 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 90 102 -
CMYK 0.13 0.12 0 0.6
HSL 235.38º 0.07% 0.37% -
HSV(B) 235.38º 0.13% 0.4% -
XYZ 10.17 10.4 14.04 -
YUV 91.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 89 90 102 0.13 0.12 0 0.6 235.38 0.07 0.37
Hex 59 5A 66 D C 0 3C EB 7 25
Octal 131 132 146 15 14 0 74 353 7 45
Binary 1011001 1011010 1100110 1101 1100 0 111100 11101011 111 100101

Color Harmonies of #595A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A66

Black with #595A66

Text Example


Text Example

White with #595A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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