Html Css Color HEX #556463 River Bed

📋 copy color: '#556463'

red 85 ◦ green 100 ◦ blue 99

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

Shades of River Bed #556463

Tints of River Bed #556463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 29.93%
G = 35.21%
B = 34.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#556463 (or 0x556463) is known color: River Bed. HEX triplet: 55, 64 and 63. RGB value is (85,100,99). Sum of RGB (Red+Green+Blue) = 85+100+99=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 100 - color contains mainly: green. Hex color #556463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556463 is #AA9B9C. Grayscale: #5F5F5F. Windows color (decimal): -11180957 or 6513749. OLE color: 6513749.

HSL color Cylindrical-coordinate representation of color #556463: hue angle of 176º 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 #556463 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 99 -
CMYK 0.15 0 0.01 0.61
HSL 176º 0.08% 0.36% -
HSV(B) 176º 0.15% 0.39% -
XYZ 10.56 11.95 13.55 -
YUV 95.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 85 100 99 0.15 0 0.01 0.61 176 0.08 0.36
Hex 55 64 63 F 0 1 3D B0 8 24
Octal 125 144 143 17 0 1 75 260 10 44
Binary 1010101 1100100 1100011 1111 0 1 111101 10110000 1000 100100

Color Harmonies of #556463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556463

Black with #556463

Text Example


Text Example

White with #556463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556463; }

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

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

background-color css

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

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

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

border-color css

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

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

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