#605B5B

Color #605B5B Zambezi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zambezi #605B5B

Tints of Zambezi #605B5B

Color information

#605B5B (or 0x605B5B) is unknown color: approx Zambezi. HEX triplet: 60, 5B and 5B. RGB value is (96,91,91). Sum of RGB (Red+Green+Blue) = 96+91+91=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 96 - color contains mainly: red. Hex color #605B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B5B is #9FA4A4. Grayscale: #5C5C5C. Windows color (decimal): -10462373 or 5987168. OLE color: 5987168.

HSL color Cylindrical-coordinate representation of color #605B5B: hue angle of 0º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #605B5B is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB969191-
CMYK00.050.050.62
HSL2.67%36.67%-
HSV(B)5.21%37.65%-
XYZ10.4510.7211.42-
YUV92.49127.16130.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=34.53%
G=32.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96919100.050.050.6202.6736.67
Hex605B5B0553E0325
Octal140133133055760345
Binary1100000101101110110110101101111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605B5B; }

 p { color: rgb(96,91,91); }

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

<style>
 a { background-color: #605B5B; }

 a { background-color: rgb(96,91,91); }

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

<style>
 span { border-color: #605B5B; }

 span { border-color: rgb(96,91,91); }

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