Html Css Color HEX #595E68 Bright Grey

📋 copy color: '#595E68'

red 89 ◦ green 94 ◦ blue 104

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

Shades of Bright Grey #595E68

Tints of Bright Grey #595E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 31.01%
G = 32.75%
B = 36.24%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#595E68 (or 0x595E68) is known color: Bright Grey. HEX triplet: 59, 5E and 68. RGB value is (89,94,104). Sum of RGB (Red+Green+Blue) = 89+94+104=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #595E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E68 is #A6A197. Grayscale: #5D5D5D. Windows color (decimal): -10920344 or 6839897. OLE color: 6839897.

HSL color Cylindrical-coordinate representation of color #595E68: hue angle of 220º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595E68 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 89 94 104 -
CMYK 0.14 0.10 0 0.59
HSL 220º 0.08% 0.38% -
HSV(B) 220º 0.14% 0.41% -
XYZ 10.62 11.13 14.68 -
YUV 93.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 89 94 104 0.14 0.10 0 0.59 220 0.08 0.38
Hex 59 5E 68 E A 0 3B DC 8 26
Octal 131 136 150 16 12 0 73 334 10 46
Binary 1011001 1011110 1101000 1110 1010 0 111011 11011100 1000 100110

Color Harmonies of #595E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595E68

Black with #595E68

Text Example


Text Example

White with #595E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,94,104); }

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

background-color css

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

 a { background-color: rgb(89,94,104); }

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

border-color css

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

 span { border-color: rgb(89,94,104); }

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