Html Css Color HEX #556769 River Bed

📋 copy color: '#556769'

red 85 ◦ green 103 ◦ blue 105

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

Shades of River Bed #556769

Tints of River Bed #556769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

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

R = 29.01%
G = 35.15%
B = 35.84%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#556769 (or 0x556769) is known color: River Bed. HEX triplet: 55, 67 and 69. RGB value is (85,103,105). Sum of RGB (Red+Green+Blue) = 85+103+105=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #556769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556769 is #AA9896. Grayscale: #616161. Windows color (decimal): -11180183 or 6907733. OLE color: 6907733.

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

Color convert

RGB 85 103 105 -
CMYK 0.19 0.02 0 0.59
HSL 186º 0.11% 0.37% -
HSV(B) 186º 0.19% 0.41% -
XYZ 11.15 12.65 15.22 -
YUV 97.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 85 103 105 0.19 0.02 0 0.59 186 0.11 0.37
Hex 55 67 69 13 2 0 3B BA B 25
Octal 125 147 151 23 2 0 73 272 13 45
Binary 1010101 1100111 1101001 10011 10 0 111011 10111010 1011 100101

Color Harmonies of #556769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556769

Black with #556769

Text Example


Text Example

White with #556769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556769; }

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

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

background-color css

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

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

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

border-color css

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

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

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