#716084

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

Shades of Kimberly #716084

Tints of Kimberly #716084

Color information

#716084 (or 0x716084) is unknown color: approx Kimberly. HEX triplet: 71, 60 and 84. RGB value is (113,96,132). Sum of RGB (Red+Green+Blue) = 113+96+132=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #716084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716084 is #8E9F7B. Grayscale: #696969. Windows color (decimal): -9346940 or 8675441. OLE color: 8675441.

HSL color Cylindrical-coordinate representation of color #716084: hue angle of 268.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716084 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11396132-
CMYK0.140.2700.48
HSL268.33º15.79%44.71%-
HSV(B)268.33º27.27%51.76%-
XYZ15.1613.5423.64-
YUV105.19143.13133.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=33.14%
G=28.15%
B=38.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113961320.140.2700.48268.3315.7944.71
Hex716084E1B03010c102d
Octal16114020416330604142055
Binary1110001110000010000100111011011011000010000110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716084; }

 p { color: rgb(113,96,132); }

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

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

 a { background-color: rgb(113,96,132); }

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

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

 span { border-color: rgb(113,96,132); }

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