#716087

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

Shades of Kimberly #716087

Tints of Kimberly #716087

Color information

#716087 (or 0x716087) is unknown color: approx Kimberly. HEX triplet: 71, 60 and 87. RGB value is (113,96,135). Sum of RGB (Red+Green+Blue) = 113+96+135=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #716087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716087 is #8E9F78. Grayscale: #696969. Windows color (decimal): -9346937 or 8872049. OLE color: 8872049.

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

Color convert

RGB11396135-
CMYK0.160.2900.47
HSL266.15º16.88%45.29%-
HSV(B)266.15º28.89%52.94%-
XYZ15.3713.6324.74-
YUV105.53144.63133.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=32.85%
G=27.91%
B=39.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113961350.160.2900.47266.1516.8845.29
Hex716087101D02F10a112d
Octal16114020720350574122155
Binary11100011100000100001111000011101010111110000101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716087; }

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

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

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

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

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

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

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

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