#595F67

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

Shades of Shuttle Grey #595F67

Tints of Shuttle Grey #595F67

Color information

#595F67 (or 0x595F67) is unknown color: approx Shuttle Grey. HEX triplet: 59, 5F and 67. RGB value is (89,95,103). Sum of RGB (Red+Green+Blue) = 89+95+103=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #595F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F67 is #A6A098. Grayscale: #5E5E5E. Windows color (decimal): -10920089 or 6774617. OLE color: 6774617.

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

Color convert

RGB8995103-
CMYK0.140.0800.60
HSL214.29º7.29%37.65%-
HSV(B)214.29º13.59%40.39%-
XYZ10.6611.2914.45-
YUV94.12133.01124.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=31.01%
G=33.10%
B=35.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89951030.140.0800.60214.297.2937.65
Hex595F67E803Cd6726
Octal1311371471610074326746
Binary10110011011111110011111101000011110011010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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