#582F92

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

Shades of Daisy Bush #582F92

Tints of Daisy Bush #582F92

Color information

#582F92 (or 0x582F92) is unknown color: approx Daisy Bush. HEX triplet: 58, 2F and 92. RGB value is (88,47,146). Sum of RGB (Red+Green+Blue) = 88+47+146=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #582F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582F92 is #A7D06D. Grayscale: #464646. Windows color (decimal): -10997870 or 9580376. OLE color: 9580376.

HSL color Cylindrical-coordinate representation of color #582F92: hue angle of 264.85º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582F92 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8847146-
CMYK0.400.6800.43
HSL264.85º51.3%37.84%-
HSV(B)264.85º67.81%57.25%-
XYZ10.236.1827.85-
YUV70.54170.58140.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 47 (18.75% from 255) = 16.73%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=31.32%
G=16.73%
B=51.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88471460.400.6800.43264.8551.337.84
Hex582F92284402B1093326
Octal13057222501040534116346
Binary10110001011111001001010100010001000101011100001001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F92; }

 p { color: rgb(88,47,146); }

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

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

 a { background-color: rgb(88,47,146); }

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

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

 span { border-color: rgb(88,47,146); }

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