#582E75

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

Shades of Kingfisher Daisy #582E75

Tints of Kingfisher Daisy #582E75

Color information

#582E75 (or 0x582E75) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2E and 75. RGB value is (88,46,117). Sum of RGB (Red+Green+Blue) = 88+46+117=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #582E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E75 is #A7D18A. Grayscale: #424242. Windows color (decimal): -10998155 or 7679576. OLE color: 7679576.

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

Color convert

RGB8846117-
CMYK0.250.6100.54
HSL275.49º43.56%31.96%-
HSV(B)275.49º60.68%45.88%-
XYZ8.215.3117.42-
YUV66.65156.41143.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 46 (18.36% from 255) = 18.33%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=35.06%
G=18.33%
B=46.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88461170.250.6100.54275.4943.5631.96
Hex582E75193D0361132c20
Octal1305616531750664235440
Binary10110001011101110101110011111010110110100010011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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