#716290

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

Shades of Kimberly #716290

Tints of Kimberly #716290

Color information

#716290 (or 0x716290) is unknown color: approx Kimberly. HEX triplet: 71, 62 and 90. RGB value is (113,98,144). Sum of RGB (Red+Green+Blue) = 113+98+144=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #716290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716290 is #8E9D6F. Grayscale: #6B6B6B. Windows color (decimal): -9346416 or 9462385. OLE color: 9462385.

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

Color convert

RGB11398144-
CMYK0.220.3200.44
HSL259.57º19.01%47.45%-
HSV(B)259.57º31.94%56.47%-
XYZ16.2114.2628.28-
YUV107.73148.47131.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=31.83%
G=27.61%
B=40.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113981440.220.3200.44259.5719.0147.45
Hex716290162002C104132f
Octal16114222026400544042357
Binary111000111000101001000010110100000010110010000010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716290; }

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

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

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

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

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

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

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

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