Html Css Color HEX #556260 River Bed

📋 copy color: '#556260'

red 85 ◦ green 98 ◦ blue 96

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

Shades of River Bed #556260

Tints of River Bed #556260

RGB

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

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

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

R = 30.47%
G = 35.13%
B = 34.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#556260 (or 0x556260) is known color: River Bed. HEX triplet: 55, 62 and 60. RGB value is (85,98,96). Sum of RGB (Red+Green+Blue) = 85+98+96=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #556260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556260 is #AA9D9F. Grayscale: #5D5D5D. Windows color (decimal): -11181472 or 6316629. OLE color: 6316629.

HSL color Cylindrical-coordinate representation of color #556260: hue angle of 170.77º 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 #556260 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 96 -
CMYK 0.13 0 0.02 0.62
HSL 170.77º 0.07% 0.36% -
HSV(B) 170.77º 0.13% 0.38% -
XYZ 10.23 11.51 12.75 -
YUV 93.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 85 98 96 0.13 0 0.02 0.62 170.77 0.07 0.36
Hex 55 62 60 D 0 2 3E AB 7 24
Octal 125 142 140 15 0 2 76 253 7 44
Binary 1010101 1100010 1100000 1101 0 10 111110 10101011 111 100100

Color Harmonies of #556260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556260

Black with #556260

Text Example


Text Example

White with #556260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556260; }

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

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

background-color css

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

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

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

border-color css

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

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

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