#582D76

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

Shades of Kingfisher Daisy #582D76

Tints of Kingfisher Daisy #582D76

Color information

#582D76 (or 0x582D76) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2D and 76. RGB value is (88,45,118). Sum of RGB (Red+Green+Blue) = 88+45+118=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #582D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D76 is #A7D289. Grayscale: #414141. Windows color (decimal): -10998410 or 7744856. OLE color: 7744856.

HSL color Cylindrical-coordinate representation of color #582D76: hue angle of 275.34º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582D76 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8845118-
CMYK0.250.6200.54
HSL275.34º44.79%31.96%-
HSV(B)275.34º61.86%46.27%-
XYZ8.235.2617.72-
YUV66.18157.25143.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=35.06%
G=17.93%
B=47.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88451180.250.6200.54275.3444.7931.96
Hex582D76193E0361132d20
Octal1305516631760664235540
Binary10110001011011110110110011111100110110100010011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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