#582C8C

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

Shades of Kingfisher Daisy #582C8C

Tints of Kingfisher Daisy #582C8C

Color information

#582C8C (or 0x582C8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2C and 8C. RGB value is (88,44,140). Sum of RGB (Red+Green+Blue) = 88+44+140=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #582C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582C8C is #A7D373. Grayscale: #434343. Windows color (decimal): -10998644 or 9186392. OLE color: 9186392.

HSL color Cylindrical-coordinate representation of color #582C8C: hue angle of 267.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #582C8C is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8844140-
CMYK0.370.6900.45
HSL267.5º52.17%36.08%-
HSV(B)267.5º68.57%54.9%-
XYZ9.665.7725.42-
YUV68.1168.58142.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 44 (17.58% from 255) = 16.18%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=32.35%
G=16.18%
B=51.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88441400.370.6900.45267.552.1736.08
Hex582C8C254502D10c3424
Octal13054214451050554146444
Binary10110001011001000110010010110001010101101100001100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,44,140); }

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

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

 a { background-color: rgb(88,44,140); }

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

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

 span { border-color: rgb(88,44,140); }

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