Html Css Color HEX #556164 River Bed

📋 copy color: '#556164'

red 85 ◦ green 97 ◦ blue 100

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

Shades of River Bed #556164

Tints of River Bed #556164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

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

R = 30.14%
G = 34.4%
B = 35.46%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#556164 (or 0x556164) is known color: River Bed. HEX triplet: 55, 61 and 64. RGB value is (85,97,100). Sum of RGB (Red+Green+Blue) = 85+97+100=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 100 - color contains mainly: blue. Hex color #556164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556164 is #AA9E9B. Grayscale: #5D5D5D. Windows color (decimal): -11181724 or 6578517. OLE color: 6578517.

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

Color convert

RGB 85 97 100 -
CMYK 0.15 0.03 0 0.61
HSL 192º 0.08% 0.36% -
HSV(B) 192º 0.15% 0.39% -
XYZ 10.32 11.4 13.71 -
YUV 93.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 85 97 100 0.15 0.03 0 0.61 192 0.08 0.36
Hex 55 61 64 F 3 0 3D C0 8 24
Octal 125 141 144 17 3 0 75 300 10 44
Binary 1010101 1100001 1100100 1111 11 0 111101 11000000 1000 100100

Color Harmonies of #556164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556164

Black with #556164

Text Example


Text Example

White with #556164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556164; }

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

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

background-color css

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

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

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

border-color css

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

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

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