#716086

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

Shades of Kimberly #716086

Tints of Kimberly #716086

Color information

#716086 (or 0x716086) is unknown color: approx Kimberly. HEX triplet: 71, 60 and 86. RGB value is (113,96,134). Sum of RGB (Red+Green+Blue) = 113+96+134=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 134 - color contains mainly: blue. Hex color #716086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716086 is #8E9F79. Grayscale: #696969. Windows color (decimal): -9346938 or 8806513. OLE color: 8806513.

HSL color Cylindrical-coordinate representation of color #716086: hue angle of 266.84º degrees, saturation: 0.17, 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 #716086 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11396134-
CMYK0.160.2800.47
HSL266.84º16.52%45.1%-
HSV(B)266.84º28.36%52.55%-
XYZ15.313.624.37-
YUV105.42144.13133.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=32.94%
G=27.99%
B=39.07%

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
Decimal113961340.160.2800.47266.8416.5245.1
Hex716086101C02F10b112d
Octal16114020620340574132155
Binary11100011100000100001101000011100010111110000101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716086; }

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

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

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

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

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

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

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

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