#726585

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

Shades of Kimberly #726585

Tints of Kimberly #726585

Color information

#726585 (or 0x726585) is unknown color: approx Kimberly. HEX triplet: 72, 65 and 85. RGB value is (114,101,133). Sum of RGB (Red+Green+Blue) = 114+101+133=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #726585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726585 is #8D9A7A. Grayscale: #6C6C6C. Windows color (decimal): -9280123 or 8742258. OLE color: 8742258.

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

Color convert

RGB114101133-
CMYK0.140.2400.48
HSL264.38º13.68%45.88%-
HSV(B)264.38º24.06%52.16%-
XYZ15.8314.5824.17-
YUV108.54141.81131.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=32.76%
G=29.02%
B=38.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141011330.140.2400.48264.3813.6845.88
Hex726585E18030108e2e
Octal16214520516300604101656
Binary111001011001011000010111101100001100001000010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726585; }

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

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

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

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

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

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

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

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