#535D60

Color #535D60 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #535D60

Tints of River Bed #535D60

Color information

#535D60 (or 0x535D60) is unknown color: approx River Bed. HEX triplet: 53, 5D and 60. RGB value is (83,93,96). Sum of RGB (Red+Green+Blue) = 83+93+96=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #535D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D60 is #ACA29F. Grayscale: #5A5A5A. Windows color (decimal): -11313824 or 6315347. OLE color: 6315347.

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

Color convert

RGB839396-
CMYK0.140.0300.62
HSL193.85º7.26%35.1%-
HSV(B)193.85º13.54%37.65%-
XYZ9.5910.5112.59-
YUV90.35131.19122.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=30.51%
G=34.19%
B=35.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8393960.140.0300.62193.857.2635.1
Hex535D60E303Ec2723
Octal123135140163076302743
Binary101001110111011100000111011011111011000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535D60; }

 p { color: rgb(83,93,96); }

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

<style>
 a { background-color: #535D60; }

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

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

<style>
 span { border-color: #535D60; }

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

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