Html Css Color HEX #556363 River Bed

📋 copy color: '#556363'

red 85 ◦ green 99 ◦ blue 99

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

Shades of River Bed #556363

Tints of River Bed #556363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

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

R = 30.04%
G = 34.98%
B = 34.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#556363 (or 0x556363) is known color: River Bed. HEX triplet: 55, 63 and 63. RGB value is (85,99,99). Sum of RGB (Red+Green+Blue) = 85+99+99=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #556363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556363 is #AA9C9C. Grayscale: #5E5E5E. Windows color (decimal): -11181213 or 6513493. OLE color: 6513493.

HSL color Cylindrical-coordinate representation of color #556363: 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.14%. Process color model (Four color, CMYK) of #556363 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 99 -
CMYK 0.14 0 0 0.61
HSL 180º 0.08% 0.36% -
HSV(B) 180º 0.14% 0.39% -
XYZ 10.46 11.76 13.52 -
YUV 94.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 85 99 99 0.14 0 0 0.61 180 0.08 0.36
Hex 55 63 63 E 0 0 3D B4 8 24
Octal 125 143 143 16 0 0 75 264 10 44
Binary 1010101 1100011 1100011 1110 0 0 111101 10110100 1000 100100

Color Harmonies of #556363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556363

Black with #556363

Text Example


Text Example

White with #556363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556363; }

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

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

background-color css

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

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

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

border-color css

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

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

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