#73658F

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

Shades of Kimberly #73658F

Tints of Kimberly #73658F

Color information

#73658F (or 0x73658F) is unknown color: approx Kimberly. HEX triplet: 73, 65 and 8F. RGB value is (115,101,143). Sum of RGB (Red+Green+Blue) = 115+101+143=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #73658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73658F is #8C9A70. Grayscale: #6D6D6D. Windows color (decimal): -9214577 or 9397619. OLE color: 9397619.

HSL color Cylindrical-coordinate representation of color #73658F: hue angle of 260º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73658F is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115101143-
CMYK0.200.2900.44
HSL260º17.21%47.84%-
HSV(B)260º29.37%56.08%-
XYZ16.6814.9427.99-
YUV109.97146.64131.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=32.03%
G=28.13%
B=39.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151011430.200.2900.4426017.2147.84
Hex73658F141D02C1041130
Octal16314521724350544042160
Binary11100111100101100011111010011101010110010000010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73658F; }

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

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

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

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

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

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

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

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