#716591

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

Shades of Kimberly #716591

Tints of Kimberly #716591

Color information

#716591 (or 0x716591) is unknown color: approx Kimberly. HEX triplet: 71, 65 and 91. RGB value is (113,101,145). Sum of RGB (Red+Green+Blue) = 113+101+145=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #716591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716591 is #8E9A6E. Grayscale: #6D6D6D. Windows color (decimal): -9345647 or 9528689. OLE color: 9528689.

HSL color Cylindrical-coordinate representation of color #716591: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716591 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113101145-
CMYK0.220.3000.43
HSL256.36º17.89%48.24%-
HSV(B)256.36º30.34%56.86%-
XYZ16.5714.8628.78-
YUV109.6147.98130.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=31.48%
G=28.13%
B=40.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131011450.220.3000.43256.3617.8948.24
Hex716591161E02B1001230
Octal16114522126360534002260
Binary11100011100101100100011011011110010101110000000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716591; }

 p { color: rgb(113,101,145); }

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

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

 a { background-color: rgb(113,101,145); }

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

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

 span { border-color: rgb(113,101,145); }

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