#536566

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

Shades of River Bed #536566

Tints of River Bed #536566

Color information

#536566 (or 0x536566) is unknown color: approx River Bed. HEX triplet: 53, 65 and 66. RGB value is (83,101,102). Sum of RGB (Red+Green+Blue) = 83+101+102=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 102 - color contains mainly: blue. Hex color #536566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536566 is #AC9A99. Grayscale: #5F5F5F. Windows color (decimal): -11311770 or 6710611. OLE color: 6710611.

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

Color convert

RGB83101102-
CMYK0.190.0100.6
HSL183.16º10.27%36.27%-
HSV(B)183.16º18.63%40%-
XYZ10.6212.1114.35-
YUV95.73131.54118.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=29.02%
G=35.31%
B=35.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal831011020.190.0100.6183.1610.2736.27
Hex53656613103Cb7a24
Octal1231451462310742671244
Binary1010011110010111001101001110111100101101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536566; }

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

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

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

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

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

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

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

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