Html Css Color HEX #556063 River Bed

📋 copy color: '#556063'

red 85 ◦ green 96 ◦ blue 99

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

Shades of River Bed #556063

Tints of River Bed #556063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 30.36%
G = 34.29%
B = 35.36%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#556063 (or 0x556063) is known color: River Bed. HEX triplet: 55, 60 and 63. RGB value is (85,96,99). Sum of RGB (Red+Green+Blue) = 85+96+99=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #556063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556063 is #AA9F9C. Grayscale: #5D5D5D. Windows color (decimal): -11181981 or 6512725. OLE color: 6512725.

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

Color convert

RGB 85 96 99 -
CMYK 0.14 0.03 0 0.61
HSL 192.86º 0.08% 0.36% -
HSV(B) 192.86º 0.14% 0.39% -
XYZ 10.18 11.2 13.43 -
YUV 93.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 85 96 99 0.14 0.03 0 0.61 192.86 0.08 0.36
Hex 55 60 63 E 3 0 3D C1 8 24
Octal 125 140 143 16 3 0 75 301 10 44
Binary 1010101 1100000 1100011 1110 11 0 111101 11000001 1000 100100

Color Harmonies of #556063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556063

Black with #556063

Text Example


Text Example

White with #556063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556063; }

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

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

background-color css

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

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

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

border-color css

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

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

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