#736585

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

Shades of Kimberly #736585

Tints of Kimberly #736585

Color information

#736585 (or 0x736585) is unknown color: approx Kimberly. HEX triplet: 73, 65 and 85. RGB value is (115,101,133). Sum of RGB (Red+Green+Blue) = 115+101+133=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #736585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736585 is #8C9A7A. Grayscale: #6C6C6C. Windows color (decimal): -9214587 or 8742259. OLE color: 8742259.

HSL color Cylindrical-coordinate representation of color #736585: hue angle of 266.25º 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 #736585 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115101133-
CMYK0.140.2400.48
HSL266.25º13.68%45.88%-
HSV(B)266.25º24.06%52.16%-
XYZ15.9614.6524.18-
YUV108.83141.64132.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=32.95%
G=28.94%
B=38.11%

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
Decimal1151011330.140.2400.48266.2513.6845.88
Hex736585E1803010ae2e
Octal16314520516300604121656
Binary111001111001011000010111101100001100001000010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736585; }

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

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

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

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

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

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

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

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