#716487

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

Shades of Kimberly #716487

Tints of Kimberly #716487

Color information

#716487 (or 0x716487) is unknown color: approx Kimberly. HEX triplet: 71, 64 and 87. RGB value is (113,100,135). Sum of RGB (Red+Green+Blue) = 113+100+135=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #716487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716487 is #8E9B78. Grayscale: #6B6B6B. Windows color (decimal): -9345913 or 8873073. OLE color: 8873073.

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

Color convert

RGB113100135-
CMYK0.160.2600.47
HSL262.29º14.89%46.08%-
HSV(B)262.29º25.93%52.94%-
XYZ15.7414.3724.87-
YUV107.88143.31131.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=32.47%
G=28.74%
B=38.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131001350.160.2600.47262.2914.8946.08
Hex716487101A02F106f2e
Octal16114420720320574061756
Binary1110001110010010000111100001101001011111000001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716487; }

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

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

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

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

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

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

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

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