Html Css Color HEX #566061 River Bed

📋 copy color: '#566061'

red 86 ◦ green 96 ◦ blue 97

#566061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of River Bed #566061

Tints of River Bed #566061

RGB

 RED value IS 86 (33.98% from 255) = 30.82%

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 30.82%
G = 34.41%
B = 34.77%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#566061 (or 0x566061) is known color: River Bed. HEX triplet: 56, 60 and 61. RGB value is (86,96,97). Sum of RGB (Red+Green+Blue) = 86+96+97=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 97 - color contains mainly: blue. Hex color #566061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566061 is #A99F9E. Grayscale: #5D5D5D. Windows color (decimal): -11116447 or 6381654. OLE color: 6381654.

HSL color Cylindrical-coordinate representation of color #566061: hue angle of 185.45º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #566061 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 97 -
CMYK 0.11 0.01 0 0.62
HSL 185.45º 0.06% 0.36% -
HSV(B) 185.45º 0.11% 0.38% -
XYZ 10.18 11.21 12.94 -
YUV 93.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 86 96 97 0.11 0.01 0 0.62 185.45 0.06 0.36
Hex 56 60 61 B 1 0 3E B9 6 24
Octal 126 140 141 13 1 0 76 271 6 44
Binary 1010110 1100000 1100001 1011 1 0 111110 10111001 110 100100

Color Harmonies of #566061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566061

Black with #566061

Text Example


Text Example

White with #566061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566061; }

 p { color: rgb(86,96,97); }

 H1.HeaderClassName
 {
   color: #566061;
 }
 .AnyTagClassName
 {
   color: #566061;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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