#716184

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

Shades of Kimberly #716184

Tints of Kimberly #716184

Color information

#716184 (or 0x716184) is unknown color: approx Kimberly. HEX triplet: 71, 61 and 84. RGB value is (113,97,132). Sum of RGB (Red+Green+Blue) = 113+97+132=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #716184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716184 is #8E9E7B. Grayscale: #696969. Windows color (decimal): -9346684 or 8675697. OLE color: 8675697.

HSL color Cylindrical-coordinate representation of color #716184: hue angle of 267.43º degrees, saturation: 0.15, 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 #716184 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11397132-
CMYK0.140.2700.48
HSL267.43º15.28%44.9%-
HSV(B)267.43º26.52%51.76%-
XYZ15.2513.7323.68-
YUV105.77142.8133.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=33.04%
G=28.36%
B=38.60%

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
Decimal113971320.140.2700.48267.4315.2844.9
Hex716184E1B03010bf2d
Octal16114120416330604131755
Binary111000111000011000010011101101101100001000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716184; }

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

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

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

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

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

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

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

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