#716483

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

Shades of Kimberly #716483

Tints of Kimberly #716483

Color information

#716483 (or 0x716483) is unknown color: approx Kimberly. HEX triplet: 71, 64 and 83. RGB value is (113,100,131). Sum of RGB (Red+Green+Blue) = 113+100+131=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #716483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716483 is #8E9B7C. Grayscale: #6B6B6B. Windows color (decimal): -9345917 or 8610929. OLE color: 8610929.

HSL color Cylindrical-coordinate representation of color #716483: hue angle of 265.16º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716483 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB113100131-
CMYK0.140.2400.49
HSL265.16º13.42%45.29%-
HSV(B)265.16º23.66%51.37%-
XYZ15.4614.2623.41-
YUV107.42141.31131.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=32.85%
G=29.07%
B=38.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131001310.140.2400.49265.1613.4245.29
Hex716483E18031109d2d
Octal16114420316300614111555
Binary111000111001001000001111101100001100011000010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716483; }

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

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

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

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

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

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

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

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