#536564

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

Shades of River Bed #536564

Tints of River Bed #536564

Color information

#536564 (or 0x536564) is unknown color: approx River Bed. HEX triplet: 53, 65 and 64. RGB value is (83,101,100). Sum of RGB (Red+Green+Blue) = 83+101+100=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #536564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536564 is #AC9A9B. Grayscale: #5F5F5F. Windows color (decimal): -11311772 or 6579539. OLE color: 6579539.

HSL color Cylindrical-coordinate representation of color #536564: hue angle of 176.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536564 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB83101100-
CMYK0.1800.010.60
HSL176.67º9.78%36.08%-
HSV(B)176.67º17.82%39.61%-
XYZ10.5212.0713.83-
YUV95.5130.54119.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=29.23%
G=35.56%
B=35.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal831011000.1800.010.60176.679.7836.08
Hex53656412013Cb1a24
Octal1231451442201742611244
Binary1010011110010111001001001001111100101100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536564; }

 p { color: rgb(83,101,100); }

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

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

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

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

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

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

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