#536262

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

Shades of River Bed #536262

Tints of River Bed #536262

Color information

#536262 (or 0x536262) is unknown color: approx River Bed. HEX triplet: 53, 62 and 62. RGB value is (83,98,98). Sum of RGB (Red+Green+Blue) = 83+98+98=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #536262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536262 is #AC9D9D. Grayscale: #5D5D5D. Windows color (decimal): -11312542 or 6447699. OLE color: 6447699.

HSL color Cylindrical-coordinate representation of color #536262: hue angle of 180º 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 #536262 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB839898-
CMYK0.15000.62
HSL180º8.29%35.49%-
HSV(B)180º15.31%38.43%-
XYZ10.1411.4613.23-
YUV93.51130.53120.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=29.75%
G=35.13%
B=35.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398980.15000.621808.2935.49
Hex536262F003Eb4823
Octal1231421421700762641043
Binary101001111000101100010111100111110101101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536262; }

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

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

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

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

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

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

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

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