Html Css Color HEX #556464 River Bed

📋 copy color: '#556464'

red 85 ◦ green 100 ◦ blue 100

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

Shades of River Bed #556464

Tints of River Bed #556464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 29.82%
G = 35.09%
B = 35.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#556464 (or 0x556464) is known color: River Bed. HEX triplet: 55, 64 and 64. RGB value is (85,100,100). Sum of RGB (Red+Green+Blue) = 85+100+100=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #556464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556464 is #AA9B9B. Grayscale: #5F5F5F. Windows color (decimal): -11180956 or 6579285. OLE color: 6579285.

HSL color Cylindrical-coordinate representation of color #556464: hue angle of 180º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556464 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 100 -
CMYK 0.15 0 0 0.61
HSL 180º 0.08% 0.36% -
HSV(B) 180º 0.15% 0.39% -
XYZ 10.6 11.97 13.81 -
YUV 95.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 85 100 100 0.15 0 0 0.61 180 0.08 0.36
Hex 55 64 64 F 0 0 3D B4 8 24
Octal 125 144 144 17 0 0 75 264 10 44
Binary 1010101 1100100 1100100 1111 0 0 111101 10110100 1000 100100

Color Harmonies of #556464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556464

Black with #556464

Text Example


Text Example

White with #556464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556464; }

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

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

background-color css

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

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

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

border-color css

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

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

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