#536465

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

Shades of River Bed #536465

Tints of River Bed #536465

Color information

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

HSL color Cylindrical-coordinate representation of color #536465: hue angle of 183.33º 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 #536465 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB83100101-
CMYK0.180.0100.60
HSL183.33º9.78%36.08%-
HSV(B)183.33º17.82%39.61%-
XYZ10.4711.8914.06-
YUV95.03131.37119.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal831001010.180.0100.60183.339.7836.08
Hex53646512103Cb7a24
Octal1231441452210742671244
Binary1010011110010011001011001010111100101101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536465; }

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

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

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

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

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

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

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

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