Html Css Color HEX #556262 River Bed

📋 copy color: '#556262'

red 85 ◦ green 98 ◦ blue 98

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

Shades of River Bed #556262

Tints of River Bed #556262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

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

R = 30.25%
G = 34.88%
B = 34.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#556262 (or 0x556262) is known color: River Bed. HEX triplet: 55, 62 and 62. RGB value is (85,98,98). Sum of RGB (Red+Green+Blue) = 85+98+98=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #556262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556262 is #AA9D9D. Grayscale: #5E5E5E. Windows color (decimal): -11181470 or 6447701. OLE color: 6447701.

HSL color Cylindrical-coordinate representation of color #556262: hue angle of 180º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #556262 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 98 -
CMYK 0.13 0 0 0.62
HSL 180º 0.07% 0.36% -
HSV(B) 180º 0.13% 0.38% -
XYZ 10.32 11.55 13.24 -
YUV 94.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 85 98 98 0.13 0 0 0.62 180 0.07 0.36
Hex 55 62 62 D 0 0 3E B4 7 24
Octal 125 142 142 15 0 0 76 264 7 44
Binary 1010101 1100010 1100010 1101 0 0 111110 10110100 111 100100

Color Harmonies of #556262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556262

Black with #556262

Text Example


Text Example

White with #556262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556262; }

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

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

background-color css

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

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

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

border-color css

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

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

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