#595F69

Color #595F69 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #595F69

Tints of Bright Grey #595F69

Color information

#595F69 (or 0x595F69) is unknown color: approx Bright Grey. HEX triplet: 59, 5F and 69. RGB value is (89,95,105). Sum of RGB (Red+Green+Blue) = 89+95+105=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #595F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F69 is #A6A096. Grayscale: #5E5E5E. Windows color (decimal): -10920087 or 6905689. OLE color: 6905689.

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

Color convert

RGB8995105-
CMYK0.150.1000.59
HSL217.5º8.25%38.04%-
HSV(B)217.5º15.24%41.18%-
XYZ10.7611.3314.98-
YUV94.35134.01124.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=30.80%
G=32.87%
B=36.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89951050.150.1000.59217.58.2538.04
Hex595F69FA03Bda826
Octal13113715117120733321046
Binary101100110111111101001111110100111011110110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,95,105); }

 H1.HeaderClassName
 {
   color: #595F69;
 }
 .AnyTagClassName
 {
   color: #595F69;
 }
</style>
background-color css

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

 a { background-color: rgb(89,95,105); }

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

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

 span { border-color: rgb(89,95,105); }

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