Html Css Color HEX #556060 River Bed

📋 copy color: '#556060'

red 85 ◦ green 96 ◦ blue 96

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

Shades of River Bed #556060

Tints of River Bed #556060

RGB

 RED value IS 85 (33.59% from 255) = 30.69%

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

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

R = 30.69%
G = 34.66%
B = 34.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#556060 (or 0x556060) is known color: River Bed. HEX triplet: 55, 60 and 60. RGB value is (85,96,96). Sum of RGB (Red+Green+Blue) = 85+96+96=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #556060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556060 is #AA9F9F. Grayscale: #5C5C5C. Windows color (decimal): -11181984 or 6316117. OLE color: 6316117.

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

Color convert

RGB 85 96 96 -
CMYK 0.11 0 0 0.62
HSL 180º 0.06% 0.35% -
HSV(B) 180º 0.11% 0.38% -
XYZ 10.04 11.14 12.69 -
YUV 92.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 85 96 96 0.11 0 0 0.62 180 0.06 0.35
Hex 55 60 60 B 0 0 3E B4 6 23
Octal 125 140 140 13 0 0 76 264 6 43
Binary 1010101 1100000 1100000 1011 0 0 111110 10110100 110 100011

Color Harmonies of #556060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556060

Black with #556060

Text Example


Text Example

White with #556060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556060; }

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

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

background-color css

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

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

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

border-color css

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

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

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