#716186

Color #716186 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #716186

Tints of Kimberly #716186

Color information

#716186 (or 0x716186) is unknown color: approx Kimberly. HEX triplet: 71, 61 and 86. RGB value is (113,97,134). Sum of RGB (Red+Green+Blue) = 113+97+134=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #716186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716186 is #8E9E79. Grayscale: #696969. Windows color (decimal): -9346682 or 8806769. OLE color: 8806769.

HSL color Cylindrical-coordinate representation of color #716186: hue angle of 265.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716186 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11397134-
CMYK0.160.2800.47
HSL265.95º16.02%45.29%-
HSV(B)265.95º27.61%52.55%-
XYZ15.3913.7824.4-
YUV106143.8132.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=32.85%
G=28.20%
B=38.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113971340.160.2800.47265.9516.0245.29
Hex716186101C02F10a102d
Octal16114120620340574122055
Binary11100011100001100001101000011100010111110000101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716186; }

 p { color: rgb(113,97,134); }

 H1.HeaderClassName
 {
   color: #716186;
 }
 .AnyTagClassName
 {
   color: #716186;
 }
</style>
background-color css

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

 a { background-color: rgb(113,97,134); }

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

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

 span { border-color: rgb(113,97,134); }

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