Html Css Color HEX #70586F Salt Box

📋 copy color: '#70586F'

red 112 ◦ green 88 ◦ blue 111

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

Shades of Salt Box #70586F

Tints of Salt Box #70586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.3%

 BLUE value IS 111 (43.75% from 255) = 35.69%

R = 36.01%
G = 28.3%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70586F (or 0x70586F) is known color: Salt Box. HEX triplet: 70, 58 and 6F. RGB value is (112,88,111). Sum of RGB (Red+Green+Blue) = 112+88+111=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #70586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70586F is #8FA790. Grayscale: #616161. Windows color (decimal): -9414545 or 7297136. OLE color: 7297136.

HSL color Cylindrical-coordinate representation of color #70586F: hue angle of 302.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70586F is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 88 111 -
CMYK 0 0.21 0.01 0.56
HSL 302.5º 0.12% 0.39% -
HSV(B) 302.5º 0.21% 0.44% -
XYZ 13.04 11.57 16.59 -
YUV 97.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 112 88 111 0 0.21 0.01 0.56 302.5 0.12 0.39
Hex 70 58 6F 0 15 1 38 12E C 27
Octal 160 130 157 0 25 1 70 456 14 47
Binary 1110000 1011000 1101111 0 10101 1 111000 100101110 1100 100111

Color Harmonies of #70586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70586F

Black with #70586F

Text Example


Text Example

White with #70586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70586F; }

 p { color: rgb(112,88,111); }

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

background-color css

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

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

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

border-color css

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

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

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