#726586

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

Shades of Kimberly #726586

Tints of Kimberly #726586

Color information

#726586 (or 0x726586) is unknown color: approx Kimberly. HEX triplet: 72, 65 and 86. RGB value is (114,101,134). Sum of RGB (Red+Green+Blue) = 114+101+134=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #726586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726586 is #8D9A79. Grayscale: #6C6C6C. Windows color (decimal): -9280122 or 8807794. OLE color: 8807794.

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

Color convert

RGB114101134-
CMYK0.150.2500.47
HSL263.64º14.04%46.08%-
HSV(B)263.64º24.63%52.55%-
XYZ15.914.6124.54-
YUV108.65142.31131.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=32.66%
G=28.94%
B=38.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141011340.150.2500.47263.6414.0446.08
Hex726586F1902F108e2e
Octal16214520617310574101656
Binary111001011001011000011011111100101011111000010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726586; }

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

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

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

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

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

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

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

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