Html Css Color HEX #566868 River Bed

📋 copy color: '#566868'

red 86 ◦ green 104 ◦ blue 104

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

Shades of River Bed #566868

Tints of River Bed #566868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

 BLUE value IS 104 (41.02% from 255) = 35.37%

R = 29.25%
G = 35.37%
B = 35.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#566868 (or 0x566868) is known color: River Bed. HEX triplet: 56, 68 and 68. RGB value is (86,104,104). Sum of RGB (Red+Green+Blue) = 86+104+104=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #566868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566868 is #A99797. Grayscale: #626262. Windows color (decimal): -11114392 or 6842454. OLE color: 6842454.

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

Color convert

RGB 86 104 104 -
CMYK 0.17 0 0 0.59
HSL 180º 0.09% 0.37% -
HSV(B) 180º 0.17% 0.41% -
XYZ 11.29 12.88 14.99 -
YUV 98.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 86 104 104 0.17 0 0 0.59 180 0.09 0.37
Hex 56 68 68 11 0 0 3B B4 9 25
Octal 126 150 150 21 0 0 73 264 11 45
Binary 1010110 1101000 1101000 10001 0 0 111011 10110100 1001 100101

Color Harmonies of #566868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566868

Black with #566868

Text Example


Text Example

White with #566868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566868; }

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

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

background-color css

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

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

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

border-color css

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

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

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