Html Css Color HEX #556969 River Bed

📋 copy color: '#556969'

red 85 ◦ green 105 ◦ blue 105

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

Shades of River Bed #556969

Tints of River Bed #556969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.59%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 28.81%
G = 35.59%
B = 35.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#556969 (or 0x556969) is known color: River Bed. HEX triplet: 55, 69 and 69. RGB value is (85,105,105). Sum of RGB (Red+Green+Blue) = 85+105+105=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #556969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556969 is #AA9696. Grayscale: #626262. Windows color (decimal): -11179671 or 6908245. OLE color: 6908245.

HSL color Cylindrical-coordinate representation of color #556969: hue angle of 180º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556969 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 105 -
CMYK 0.19 0 0 0.59
HSL 180º 0.11% 0.37% -
HSV(B) 180º 0.19% 0.41% -
XYZ 11.35 13.05 15.29 -
YUV 99.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 85 105 105 0.19 0 0 0.59 180 0.11 0.37
Hex 55 69 69 13 0 0 3B B4 B 25
Octal 125 151 151 23 0 0 73 264 13 45
Binary 1010101 1101001 1101001 10011 0 0 111011 10110100 1011 100101

Color Harmonies of #556969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556969

Black with #556969

Text Example


Text Example

White with #556969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556969; }

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

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

background-color css

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

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

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

border-color css

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

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

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