#592598

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

Shades of Daisy Bush #592598

Tints of Daisy Bush #592598

Color information

#592598 (or 0x592598) is unknown color: approx Daisy Bush. HEX triplet: 59, 25 and 98. RGB value is (89,37,152). Sum of RGB (Red+Green+Blue) = 89+37+152=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #592598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592598 is #A6DA67. Grayscale: #414141. Windows color (decimal): -10934888 or 9971033. OLE color: 9971033.

HSL color Cylindrical-coordinate representation of color #592598: hue angle of 267.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592598 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8937152-
CMYK0.410.7600.40
HSL267.13º60.85%37.06%-
HSV(B)267.13º75.66%59.61%-
XYZ10.455.7130.26-
YUV65.66176.73144.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=32.01%
G=13.31%
B=54.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89371520.410.7600.40267.1360.8537.06
Hex592598294C02810b3d25
Octal13145230511140504137545
Binary10110011001011001100010100110011000101000100001011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592598; }

 p { color: rgb(89,37,152); }

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

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

 a { background-color: rgb(89,37,152); }

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

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

 span { border-color: rgb(89,37,152); }

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