#716189

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

Shades of Kimberly #716189

Tints of Kimberly #716189

Color information

#716189 (or 0x716189) is unknown color: approx Kimberly. HEX triplet: 71, 61 and 89. RGB value is (113,97,137). Sum of RGB (Red+Green+Blue) = 113+97+137=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #716189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716189 is #8E9E76. Grayscale: #6A6A6A. Windows color (decimal): -9346679 or 9003377. OLE color: 9003377.

HSL color Cylindrical-coordinate representation of color #716189: hue angle of 264º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716189 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11397137-
CMYK0.180.2900.46
HSL264º17.09%45.88%-
HSV(B)264º29.2%53.73%-
XYZ15.613.8725.52-
YUV106.34145.3132.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=32.56%
G=27.95%
B=39.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113971370.180.2900.4626417.0945.88
Hex716189121D02E108112e
Octal16114121122350564102156
Binary11100011100001100010011001011101010111010000100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716189; }

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

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

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

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

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

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

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

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