#726583

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

Shades of Kimberly #726583

Tints of Kimberly #726583

Color information

#726583 (or 0x726583) is unknown color: approx Kimberly. HEX triplet: 72, 65 and 83. RGB value is (114,101,131). Sum of RGB (Red+Green+Blue) = 114+101+131=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #726583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726583 is #8D9A7C. Grayscale: #6C6C6C. Windows color (decimal): -9280125 or 8611186. OLE color: 8611186.

HSL color Cylindrical-coordinate representation of color #726583: hue angle of 266º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726583 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB114101131-
CMYK0.130.2300.49
HSL266º12.93%45.49%-
HSV(B)266º22.9%51.37%-
XYZ15.6914.5223.45-
YUV108.31140.81132.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=32.95%
G=29.19%
B=37.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141011310.130.2300.4926612.9345.49
Hex726583D1703110ad2d
Octal16214520315270614121555
Binary111001011001011000001111011011101100011000010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726583; }

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

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

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

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

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

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

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

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