#716883

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

Shades of Kimberly #716883

Tints of Kimberly #716883

Color information

#716883 (or 0x716883) is unknown color: approx Kimberly. HEX triplet: 71, 68 and 83. RGB value is (113,104,131). Sum of RGB (Red+Green+Blue) = 113+104+131=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #716883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716883 is #8E977C. Grayscale: #6D6D6D. Windows color (decimal): -9344893 or 8611953. OLE color: 8611953.

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

Color convert

RGB113104131-
CMYK0.140.2100.49
HSL260º11.49%46.08%-
HSV(B)260º20.61%51.37%-
XYZ15.8615.0523.54-
YUV109.77139.98130.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=32.47%
G=29.89%
B=37.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131041310.140.2100.4926011.4946.08
Hex716883E15031104b2e
Octal16115020316250614041356
Binary111000111010001000001111101010101100011000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716883; }

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

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

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

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

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

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

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

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