#576465

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

Shades of River Bed #576465

Tints of River Bed #576465

Color information

#576465 (or 0x576465) is unknown color: approx River Bed. HEX triplet: 57, 64 and 65. RGB value is (87,100,101). Sum of RGB (Red+Green+Blue) = 87+100+101=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 101 - color contains mainly: blue. Hex color #576465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576465 is #A89B9A. Grayscale: #606060. Windows color (decimal): -11049883 or 6644823. OLE color: 6644823.

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

Color convert

RGB87100101-
CMYK0.140.0100.60
HSL184.29º7.45%36.86%-
HSV(B)184.29º13.86%39.61%-
XYZ10.8412.0814.07-
YUV96.23130.69121.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=30.21%
G=34.72%
B=35.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal871001010.140.0100.60184.297.4536.86
Hex576465E103Cb8725
Octal127144145161074270745
Binary10101111100100110010111101011110010111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576465; }

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

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

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

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

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

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

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

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