Html Css Color HEX #70586D Salt Box

📋 copy color: '#70586D'

red 112 ◦ green 88 ◦ blue 109

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

Shades of Salt Box #70586D

Tints of Salt Box #70586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 36.25%
G = 28.48%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70586D (or 0x70586D) is known color: Salt Box. HEX triplet: 70, 58 and 6D. RGB value is (112,88,109). Sum of RGB (Red+Green+Blue) = 112+88+109=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70586D is #8FA792. Grayscale: #616161. Windows color (decimal): -9414547 or 7166064. OLE color: 7166064.

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

Color convert

RGB 112 88 109 -
CMYK 0 0.21 0.03 0.56
HSL 307.5º 0.12% 0.39% -
HSV(B) 307.5º 0.21% 0.44% -
XYZ 12.93 11.53 16.01 -
YUV 97.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 112 88 109 0 0.21 0.03 0.56 307.5 0.12 0.39
Hex 70 58 6D 0 15 3 38 134 C 27
Octal 160 130 155 0 25 3 70 464 14 47
Binary 1110000 1011000 1101101 0 10101 11 111000 100110100 1100 100111

Color Harmonies of #70586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70586D

Black with #70586D

Text Example


Text Example

White with #70586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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