#716488

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

Shades of Kimberly #716488

Tints of Kimberly #716488

Color information

#716488 (or 0x716488) is unknown color: approx Kimberly. HEX triplet: 71, 64 and 88. RGB value is (113,100,136). Sum of RGB (Red+Green+Blue) = 113+100+136=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #716488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716488 is #8E9B77. Grayscale: #6B6B6B. Windows color (decimal): -9345912 or 8938609. OLE color: 8938609.

HSL color Cylindrical-coordinate representation of color #716488: hue angle of 261.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #716488 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113100136-
CMYK0.170.2600.47
HSL261.67º15.25%46.27%-
HSV(B)261.67º26.47%53.33%-
XYZ15.8114.425.24-
YUV107.99143.81131.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=32.38%
G=28.65%
B=38.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131001360.170.2600.47261.6715.2546.27
Hex716488111A02F106f2e
Octal16114421021320574061756
Binary1110001110010010001000100011101001011111000001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716488; }

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

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

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

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

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

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

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

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