#726588

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

Shades of Kimberly #726588

Tints of Kimberly #726588

Color information

#726588 (or 0x726588) is unknown color: approx Kimberly. HEX triplet: 72, 65 and 88. RGB value is (114,101,136). Sum of RGB (Red+Green+Blue) = 114+101+136=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #726588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726588 is #8D9A77. Grayscale: #6C6C6C. Windows color (decimal): -9280120 or 8938866. OLE color: 8938866.

HSL color Cylindrical-coordinate representation of color #726588: hue angle of 262.29º 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 #726588 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB114101136-
CMYK0.160.2600.47
HSL262.29º14.77%46.47%-
HSV(B)262.29º25.74%53.33%-
XYZ16.0414.6625.28-
YUV108.88143.31131.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=32.48%
G=28.77%
B=38.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141011360.160.2600.47262.2914.7746.47
Hex726588101A02F106f2e
Octal16214521020320574061756
Binary1110010110010110001000100001101001011111000001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726588; }

 p { color: rgb(114,101,136); }

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

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

 a { background-color: rgb(114,101,136); }

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

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

 span { border-color: rgb(114,101,136); }

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