#716983

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

Shades of Kimberly #716983

Tints of Kimberly #716983

Color information

#716983 (or 0x716983) is unknown color: approx Kimberly. HEX triplet: 71, 69 and 83. RGB value is (113,105,131). Sum of RGB (Red+Green+Blue) = 113+105+131=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #716983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716983 is #8E967C. Grayscale: #6E6E6E. Windows color (decimal): -9344637 or 8612209. OLE color: 8612209.

HSL color Cylindrical-coordinate representation of color #716983: hue angle of 258.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716983 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB113105131-
CMYK0.140.2000.49
HSL258.46º11.02%46.27%-
HSV(B)258.46º19.85%51.37%-
XYZ15.9615.2523.58-
YUV110.36139.65129.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=32.38%
G=30.09%
B=37.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131051310.140.2000.49258.4611.0246.27
Hex716983E14031102b2e
Octal16115120316240614021356
Binary111000111010011000001111101010001100011000000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716983; }

 p { color: rgb(113,105,131); }

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

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

 a { background-color: rgb(113,105,131); }

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

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

 span { border-color: rgb(113,105,131); }

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