#582780

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

Shades of Kingfisher Daisy #582780

Tints of Kingfisher Daisy #582780

Color information

#582780 (or 0x582780) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 27 and 80. RGB value is (88,39,128). Sum of RGB (Red+Green+Blue) = 88+39+128=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #582780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582780 is #A7D87F. Grayscale: #3F3F3F. Windows color (decimal): -10999936 or 8398680. OLE color: 8398680.

HSL color Cylindrical-coordinate representation of color #582780: hue angle of 273.03º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582780 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8839128-
CMYK0.310.7000.50
HSL273.03º53.29%32.75%-
HSV(B)273.03º69.53%50.2%-
XYZ8.655.0820.95-
YUV63.8164.23145.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.51%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 128 (50.39% from 255) = 50.20%
R=34.51%
G=15.29%
B=50.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88391280.310.7000.50273.0353.2932.75
Hex5827801F460321113521
Octal13047200371060624216541
Binary1011000100111100000001111110001100110010100010001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582780; }

 p { color: rgb(88,39,128); }

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

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

 a { background-color: rgb(88,39,128); }

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

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

 span { border-color: rgb(88,39,128); }

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