#582E8A

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

Shades of Kingfisher Daisy #582E8A

Tints of Kingfisher Daisy #582E8A

Color information

#582E8A (or 0x582E8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2E and 8A. RGB value is (88,46,138). Sum of RGB (Red+Green+Blue) = 88+46+138=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #582E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582E8A is #A7D175. Grayscale: #444444. Windows color (decimal): -10998134 or 9055832. OLE color: 9055832.

HSL color Cylindrical-coordinate representation of color #582E8A: hue angle of 267.39º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #582E8A is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8846138-
CMYK0.360.6700.46
HSL267.39º50%36.08%-
HSV(B)267.39º66.67%54.12%-
XYZ9.595.8624.67-
YUV69.05166.91141.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=32.35%
G=16.91%
B=50.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88461380.360.6700.46267.395036.08
Hex582E8A244302E10b3224
Octal13056212441030564136244
Binary10110001011101000101010010010000110101110100001011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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