Html Css Color HEX #566060 River Bed

📋 copy color: '#566060'

red 86 ◦ green 96 ◦ blue 96

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

Shades of River Bed #566060

Tints of River Bed #566060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 30.94%
G = 34.53%
B = 34.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#566060 (or 0x566060) is known color: River Bed. HEX triplet: 56, 60 and 60. RGB value is (86,96,96). Sum of RGB (Red+Green+Blue) = 86+96+96=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #566060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566060 is #A99F9F. Grayscale: #5D5D5D. Windows color (decimal): -11116448 or 6316118. OLE color: 6316118.

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

Color convert

RGB 86 96 96 -
CMYK 0.10 0 0 0.62
HSL 180º 0.05% 0.36% -
HSV(B) 180º 0.1% 0.38% -
XYZ 10.13 11.19 12.69 -
YUV 93.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 86 96 96 0.10 0 0 0.62 180 0.05 0.36
Hex 56 60 60 A 0 0 3E B4 5 24
Octal 126 140 140 12 0 0 76 264 5 44
Binary 1010110 1100000 1100000 1010 0 0 111110 10110100 101 100100

Color Harmonies of #566060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566060

Black with #566060

Text Example


Text Example

White with #566060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566060; }

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

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

background-color css

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

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

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

border-color css

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

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

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