#565F62

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

Shades of River Bed #565F62

Tints of River Bed #565F62

Color information

#565F62 (or 0x565F62) is unknown color: approx River Bed. HEX triplet: 56, 5F and 62. RGB value is (86,95,98). Sum of RGB (Red+Green+Blue) = 86+95+98=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: blue. Hex color #565F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565F62 is #A9A09D. Grayscale: #5C5C5C. Windows color (decimal): -11116702 or 6446934. OLE color: 6446934.

HSL color Cylindrical-coordinate representation of color #565F62: hue angle of 195º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #565F62 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB869598-
CMYK0.120.0300.62
HSL195º6.52%36.08%-
HSV(B)195º12.24%38.43%-
XYZ10.1311.0413.15-
YUV92.65131.02123.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=30.82%
G=34.05%
B=35.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8695980.120.0300.621956.5236.08
Hex565F62C303Ec3724
Octal126137142143076303744
Binary101011010111111100010110011011111011000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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