#756592

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

Shades of Kimberly #756592

Tints of Kimberly #756592

Color information

#756592 (or 0x756592) is unknown color: approx Kimberly. HEX triplet: 75, 65 and 92. RGB value is (117,101,146). Sum of RGB (Red+Green+Blue) = 117+101+146=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #756592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756592 is #8A9A6D. Grayscale: #6E6E6E. Windows color (decimal): -9083502 or 9594229. OLE color: 9594229.

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

Color convert

RGB117101146-
CMYK0.200.3100.43
HSL261.33º18.22%48.43%-
HSV(B)261.33º30.82%57.25%-
XYZ17.1815.1629.22-
YUV110.91147.8132.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=32.14%
G=27.75%
B=40.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171011460.200.3100.43261.3318.2248.43
Hex756592141F02B1051230
Octal16514522224370534052260
Binary11101011100101100100101010011111010101110000010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756592; }

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

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

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

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

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

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

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

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