#592269

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

Shades of Seance #592269

Tints of Seance #592269

Color information

#592269 (or 0x592269) is unknown color: approx Seance. HEX triplet: 59, 22 and 69. RGB value is (89,34,105). Sum of RGB (Red+Green+Blue) = 89+34+105=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #592269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592269 is #A6DD96. Grayscale: #3A3A3A. Windows color (decimal): -10935703 or 6890073. OLE color: 6890073.

HSL color Cylindrical-coordinate representation of color #592269: hue angle of 286.48º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #592269 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8934105-
CMYK0.150.6800.59
HSL286.48º51.08%27.25%-
HSV(B)286.48º67.62%41.18%-
XYZ7.244.2913.81-
YUV58.54154.22149.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.04%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=39.04%
G=14.91%
B=46.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89341050.150.6800.59286.4851.0827.25
Hex592269F4403B11e331b
Octal13142151171040734366333
Binary1011001100010110100111111000100011101110001111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592269; }

 p { color: rgb(89,34,105); }

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

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

 a { background-color: rgb(89,34,105); }

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

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

 span { border-color: rgb(89,34,105); }

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