Html Css Color HEX #556462 River Bed

📋 copy color: '#556462'

red 85 ◦ green 100 ◦ blue 98

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

Shades of River Bed #556462

Tints of River Bed #556462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 30.04%
G = 35.34%
B = 34.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#556462 (or 0x556462) is known color: River Bed. HEX triplet: 55, 64 and 62. RGB value is (85,100,98). Sum of RGB (Red+Green+Blue) = 85+100+98=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 100 - color contains mainly: green. Hex color #556462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556462 is #AA9B9D. Grayscale: #5F5F5F. Windows color (decimal): -11180958 or 6448213. OLE color: 6448213.

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

Color convert

RGB 85 100 98 -
CMYK 0.15 0 0.02 0.61
HSL 172º 0.08% 0.36% -
HSV(B) 172º 0.15% 0.39% -
XYZ 10.51 11.93 13.3 -
YUV 95.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 85 100 98 0.15 0 0.02 0.61 172 0.08 0.36
Hex 55 64 62 F 0 2 3D AC 8 24
Octal 125 144 142 17 0 2 75 254 10 44
Binary 1010101 1100100 1100010 1111 0 10 111101 10101100 1000 100100

Color Harmonies of #556462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556462

Black with #556462

Text Example


Text Example

White with #556462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556462; }

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

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

background-color css

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

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

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

border-color css

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

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

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