#592F9C

Color #592F9C Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #592F9C

Tints of Daisy Bush #592F9C

Color information

#592F9C (or 0x592F9C) is unknown color: approx Daisy Bush. HEX triplet: 59, 2F and 9C. RGB value is (89,47,156). Sum of RGB (Red+Green+Blue) = 89+47+156=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #592F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592F9C is #A6D063. Grayscale: #474747. Windows color (decimal): -10932324 or 10235737. OLE color: 10235737.

HSL color Cylindrical-coordinate representation of color #592F9C: hue angle of 263.12º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #592F9C is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8947156-
CMYK0.430.7000.39
HSL263.12º53.69%39.8%-
HSV(B)263.12º69.87%61.18%-
XYZ11.146.5632.13-
YUV71.98175.41140.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.48%
GREEN value IS 47 (18.75% from 255) = 16.10%
BLUE value IS 156 (61.33% from 255) = 53.42%
R=30.48%
G=16.10%
B=53.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89471560.430.7000.39263.1253.6939.8
Hex592F9C2B460271073628
Octal13157234531060474076650
Binary10110011011111001110010101110001100100111100000111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592F9C; }

 p { color: rgb(89,47,156); }

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

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

 a { background-color: rgb(89,47,156); }

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

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

 span { border-color: rgb(89,47,156); }

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