#535F62

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

Shades of River Bed #535F62

Tints of River Bed #535F62

Color information

#535F62 (or 0x535F62) is unknown color: approx River Bed. HEX triplet: 53, 5F and 62. RGB value is (83,95,98). Sum of RGB (Red+Green+Blue) = 83+95+98=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #535F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F62 is #ACA09D. Grayscale: #5B5B5B. Windows color (decimal): -11313310 or 6446931. OLE color: 6446931.

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

Color convert

RGB839598-
CMYK0.150.0300.62
HSL192º8.29%35.49%-
HSV(B)192º15.31%38.43%-
XYZ9.8610.9113.14-
YUV91.75131.52121.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=30.07%
G=34.42%
B=35.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8395980.150.0300.621928.2935.49
Hex535F62F303Ec0823
Octal1231371421730763001043
Binary1010011101111111000101111110111110110000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,95,98); }

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

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

 a { background-color: rgb(83,95,98); }

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

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

 span { border-color: rgb(83,95,98); }

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