#716291

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

Shades of Kimberly #716291

Tints of Kimberly #716291

Color information

#716291 (or 0x716291) is unknown color: approx Kimberly. HEX triplet: 71, 62 and 91. RGB value is (113,98,145). Sum of RGB (Red+Green+Blue) = 113+98+145=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #716291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716291 is #8E9D6E. Grayscale: #6B6B6B. Windows color (decimal): -9346415 or 9527921. OLE color: 9527921.

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

Color convert

RGB11398145-
CMYK0.220.3200.43
HSL259.15º19.34%47.65%-
HSV(B)259.15º32.41%56.86%-
XYZ16.2914.2928.69-
YUV107.84148.97131.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=31.74%
G=27.53%
B=40.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113981450.220.3200.43259.1519.3447.65
Hex716291162002B1031330
Octal16114222126400534032360
Binary111000111000101001000110110100000010101110000001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716291; }

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

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

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

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

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

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

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

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