Html Css Color HEX #705569 Salt Box

📋 copy color: '#705569'

red 112 ◦ green 85 ◦ blue 105

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

Shades of Salt Box #705569

Tints of Salt Box #705569

RGB

 RED value IS 112 (44.14% from 255) = 37.09%

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 37.09%
G = 28.15%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#705569 (or 0x705569) is known color: Salt Box. HEX triplet: 70, 55 and 69. RGB value is (112,85,105). Sum of RGB (Red+Green+Blue) = 112+85+105=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #705569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705569 is #8FAA96. Grayscale: #5F5F5F. Windows color (decimal): -9415319 or 6903152. OLE color: 6903152.

HSL color Cylindrical-coordinate representation of color #705569: hue angle of 315.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705569 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 105 -
CMYK 0 0.24 0.06 0.56
HSL 315.56º 0.14% 0.39% -
HSV(B) 315.56º 0.24% 0.44% -
XYZ 12.48 10.96 14.82 -
YUV 95.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 112 85 105 0 0.24 0.06 0.56 315.56 0.14 0.39
Hex 70 55 69 0 18 6 38 13C E 27
Octal 160 125 151 0 30 6 70 474 16 47
Binary 1110000 1010101 1101001 0 11000 110 111000 100111100 1110 100111

Color Harmonies of #705569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705569

Black with #705569

Text Example


Text Example

White with #705569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705569; }

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

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

background-color css

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

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

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

border-color css

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

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

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