#582D78

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

Shades of Kingfisher Daisy #582D78

Tints of Kingfisher Daisy #582D78

Color information

#582D78 (or 0x582D78) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2D and 78. RGB value is (88,45,120). Sum of RGB (Red+Green+Blue) = 88+45+120=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #582D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D78 is #A7D287. Grayscale: #424242. Windows color (decimal): -10998408 or 7875928. OLE color: 7875928.

HSL color Cylindrical-coordinate representation of color #582D78: hue angle of 274.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582D78 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8845120-
CMYK0.270.6300.53
HSL274.4º45.45%32.35%-
HSV(B)274.4º62.5%47.06%-
XYZ8.355.3118.35-
YUV66.41158.25143.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=34.78%
G=17.79%
B=47.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88451200.270.6300.53274.445.4532.35
Hex582D781B3F0351122d20
Octal1305517033770654225540
Binary10110001011011111000110111111110110101100010010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,45,120); }

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

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

 a { background-color: rgb(88,45,120); }

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

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

 span { border-color: rgb(88,45,120); }

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