Html Css Color HEX #70586E Salt Box

📋 copy color: '#70586E'

red 112 ◦ green 88 ◦ blue 110

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

Shades of Salt Box #70586E

Tints of Salt Box #70586E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 36.13%
G = 28.39%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70586E (or 0x70586E) is known color: Salt Box. HEX triplet: 70, 58 and 6E. RGB value is (112,88,110). Sum of RGB (Red+Green+Blue) = 112+88+110=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #70586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70586E is #8FA791. Grayscale: #616161. Windows color (decimal): -9414546 or 7231600. OLE color: 7231600.

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

Color convert

RGB 112 88 110 -
CMYK 0 0.21 0.02 0.56
HSL 305º 0.12% 0.39% -
HSV(B) 305º 0.21% 0.44% -
XYZ 12.99 11.55 16.3 -
YUV 97.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 112 88 110 0 0.21 0.02 0.56 305 0.12 0.39
Hex 70 58 6E 0 15 2 38 131 C 27
Octal 160 130 156 0 25 2 70 461 14 47
Binary 1110000 1011000 1101110 0 10101 10 111000 100110001 1100 100111

Color Harmonies of #70586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70586E

Black with #70586E

Text Example


Text Example

White with #70586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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