#582E84

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

Shades of Kingfisher Daisy #582E84

Tints of Kingfisher Daisy #582E84

Color information

#582E84 (or 0x582E84) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2E and 84. RGB value is (88,46,132). Sum of RGB (Red+Green+Blue) = 88+46+132=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #582E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582E84 is #A7D17B. Grayscale: #444444. Windows color (decimal): -10998140 or 8662616. OLE color: 8662616.

HSL color Cylindrical-coordinate representation of color #582E84: hue angle of 269.3º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582E84 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8846132-
CMYK0.330.6500.48
HSL269.3º48.31%34.9%-
HSV(B)269.3º65.15%51.76%-
XYZ9.175.6922.45-
YUV68.36163.91142.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 46 (18.36% from 255) = 17.29%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=33.08%
G=17.29%
B=49.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88461320.330.6500.48269.348.3134.9
Hex582E84214103010d3023
Octal13056204411010604156043
Binary10110001011101000010010000110000010110000100001101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,46,132); }

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

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

 a { background-color: rgb(88,46,132); }

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

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

 span { border-color: rgb(88,46,132); }

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