#565F5F

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

Shades of River Bed #565F5F

Tints of River Bed #565F5F

Color information

#565F5F (or 0x565F5F) is unknown color: approx River Bed. HEX triplet: 56, 5F and 5F. RGB value is (86,95,95). Sum of RGB (Red+Green+Blue) = 86+95+95=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 95 - color contains mainly: green, blue. Hex color #565F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F5F is #A9A0A0. Grayscale: #5C5C5C. Windows color (decimal): -11116705 or 6250326. OLE color: 6250326.

HSL color Cylindrical-coordinate representation of color #565F5F: hue angle of 180º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565F5F is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB869595-
CMYK0.09000.63
HSL180º4.97%35.49%-
HSV(B)180º9.47%37.25%-
XYZ1010.9912.42-
YUV92.31129.52123.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=31.16%
G=34.42%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8695950.09000.631804.9735.49
Hex565F5F9003Fb4523
Octal126137137110077264543
Binary10101101011111101111110010011111110110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565F5F; }

 p { color: rgb(86,95,95); }

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

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

 a { background-color: rgb(86,95,95); }

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

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

 span { border-color: rgb(86,95,95); }

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