#726591

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

Shades of Kimberly #726591

Tints of Kimberly #726591

Color information

#726591 (or 0x726591) is unknown color: approx Kimberly. HEX triplet: 72, 65 and 91. RGB value is (114,101,145). Sum of RGB (Red+Green+Blue) = 114+101+145=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #726591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726591 is #8D9A6E. Grayscale: #6D6D6D. Windows color (decimal): -9280111 or 9528690. OLE color: 9528690.

HSL color Cylindrical-coordinate representation of color #726591: hue angle of 257.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726591 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114101145-
CMYK0.210.3000.43
HSL257.73º17.89%48.24%-
HSV(B)257.73º30.34%56.86%-
XYZ16.714.9328.79-
YUV109.9147.81130.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=31.67%
G=28.06%
B=40.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141011450.210.3000.43257.7317.8948.24
Hex726591151E02B1021230
Octal16214522125360534022260
Binary11100101100101100100011010111110010101110000001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726591; }

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

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

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

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

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

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

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

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