#582B75

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

Shades of Kingfisher Daisy #582B75

Tints of Kingfisher Daisy #582B75

Color information

#582B75 (or 0x582B75) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2B and 75. RGB value is (88,43,117). Sum of RGB (Red+Green+Blue) = 88+43+117=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #582B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B75 is #A7D48A. Grayscale: #404040. Windows color (decimal): -10998923 or 7678808. OLE color: 7678808.

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

Color convert

RGB8843117-
CMYK0.250.6300.54
HSL276.49º46.25%31.37%-
HSV(B)276.49º63.25%45.88%-
XYZ8.15.0917.38-
YUV64.89157.41144.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 43 (17.19% from 255) = 17.34%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=35.48%
G=17.34%
B=47.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88431170.250.6300.54276.4946.2531.37
Hex582B75193F0361142e1f
Octal1305316531770664245637
Binary1011000101011111010111001111111011011010001010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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