#595F70

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

Shades of Bright Grey #595F70

Tints of Bright Grey #595F70

Color information

#595F70 (or 0x595F70) is unknown color: approx Bright Grey. HEX triplet: 59, 5F and 70. RGB value is (89,95,112). Sum of RGB (Red+Green+Blue) = 89+95+112=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #595F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F70 is #A6A08F. Grayscale: #5F5F5F. Windows color (decimal): -10920080 or 7364441. OLE color: 7364441.

HSL color Cylindrical-coordinate representation of color #595F70: hue angle of 224.35º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595F70 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8995112-
CMYK0.210.1500.56
HSL224.35º11.44%39.41%-
HSV(B)224.35º20.54%43.92%-
XYZ11.1411.4816.96-
YUV95.14137.51123.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=30.07%
G=32.09%
B=37.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89951120.210.1500.56224.3511.4439.41
Hex595F7015F038e0b27
Octal13113716025170703401347
Binary1011001101111111100001010111110111000111000001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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