Html Css Color HEX #705570 Salt Box

📋 copy color: '#705570'

red 112 ◦ green 85 ◦ blue 112

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

Shades of Salt Box #705570

Tints of Salt Box #705570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 36.25%
G = 27.51%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#705570 (or 0x705570) is known color: Salt Box. HEX triplet: 70, 55 and 70. RGB value is (112,85,112). Sum of RGB (Red+Green+Blue) = 112+85+112=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #705570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705570 is #8FAA8F. Grayscale: #606060. Windows color (decimal): -9415312 or 7361904. OLE color: 7361904.

HSL color Cylindrical-coordinate representation of color #705570: hue angle of 300º 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 #705570 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 112 -
CMYK 0 0.24 0 0.56
HSL 300º 0.14% 0.39% -
HSV(B) 300º 0.24% 0.44% -
XYZ 12.86 11.11 16.8 -
YUV 96.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 112 85 112 0 0.24 0 0.56 300 0.14 0.39
Hex 70 55 70 0 18 0 38 12C E 27
Octal 160 125 160 0 30 0 70 454 16 47
Binary 1110000 1010101 1110000 0 11000 0 111000 100101100 1110 100111

Color Harmonies of #705570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705570

Black with #705570

Text Example


Text Example

White with #705570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705570; }

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

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

background-color css

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

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

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

border-color css

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

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

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