#582880

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

Shades of Kingfisher Daisy #582880

Tints of Kingfisher Daisy #582880

Color information

#582880 (or 0x582880) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 28 and 80. RGB value is (88,40,128). Sum of RGB (Red+Green+Blue) = 88+40+128=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #582880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582880 is #A7D77F. Grayscale: #404040. Windows color (decimal): -10999680 or 8398936. OLE color: 8398936.

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

Color convert

RGB8840128-
CMYK0.310.6900.50
HSL272.73º52.38%32.94%-
HSV(B)272.73º68.75%50.2%-
XYZ8.685.1520.96-
YUV64.38163.9144.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 128 (50.39% from 255) = 50%
R=34.38%
G=15.62%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88401280.310.6900.50272.7352.3832.94
Hex5828801F450321113421
Octal13050200371050624216441
Binary1011000101000100000001111110001010110010100010001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582880; }

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

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

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

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

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

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

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

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