#756591

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

Shades of Kimberly #756591

Tints of Kimberly #756591

Color information

#756591 (or 0x756591) is unknown color: approx Kimberly. HEX triplet: 75, 65 and 91. RGB value is (117,101,145). Sum of RGB (Red+Green+Blue) = 117+101+145=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #756591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756591 is #8A9A6E. Grayscale: #6E6E6E. Windows color (decimal): -9083503 or 9528693. OLE color: 9528693.

HSL color Cylindrical-coordinate representation of color #756591: hue angle of 261.82º 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 #756591 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117101145-
CMYK0.190.3000.43
HSL261.82º17.89%48.24%-
HSV(B)261.82º30.34%56.86%-
XYZ17.115.1328.81-
YUV110.8147.3132.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=32.23%
G=27.82%
B=39.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171011450.190.3000.43261.8217.8948.24
Hex756591131E02B1061230
Octal16514522123360534062260
Binary11101011100101100100011001111110010101110000011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756591; }

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

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

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

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

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

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

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

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