Html Css Color HEX #556261 River Bed

📋 copy color: '#556261'

red 85 ◦ green 98 ◦ blue 97

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

Shades of River Bed #556261

Tints of River Bed #556261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 30.36%
G = 35%
B = 34.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#556261 (or 0x556261) is known color: River Bed. HEX triplet: 55, 62 and 61. RGB value is (85,98,97). Sum of RGB (Red+Green+Blue) = 85+98+97=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #556261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556261 is #AA9D9E. Grayscale: #5D5D5D. Windows color (decimal): -11181471 or 6382165. OLE color: 6382165.

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

Color convert

RGB 85 98 97 -
CMYK 0.13 0 0.01 0.62
HSL 175.38º 0.07% 0.36% -
HSV(B) 175.38º 0.13% 0.38% -
XYZ 10.27 11.53 12.99 -
YUV 94 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 85 98 97 0.13 0 0.01 0.62 175.38 0.07 0.36
Hex 55 62 61 D 0 1 3E AF 7 24
Octal 125 142 141 15 0 1 76 257 7 44
Binary 1010101 1100010 1100001 1101 0 1 111110 10101111 111 100100

Color Harmonies of #556261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556261

Black with #556261

Text Example


Text Example

White with #556261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556261; }

 p { color: rgb(85,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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