#582F8B

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

Shades of Kingfisher Daisy #582F8B

Tints of Kingfisher Daisy #582F8B

Color information

#582F8B (or 0x582F8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2F and 8B. RGB value is (88,47,139). Sum of RGB (Red+Green+Blue) = 88+47+139=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #582F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582F8B is #A7D074. Grayscale: #454545. Windows color (decimal): -10997877 or 9121624. OLE color: 9121624.

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

Color convert

RGB8847139-
CMYK0.370.6600.45
HSL266.74º49.46%36.47%-
HSV(B)266.74º66.19%54.51%-
XYZ9.75.9725.07-
YUV69.75167.08141.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 47 (18.75% from 255) = 17.15%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=32.12%
G=17.15%
B=50.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88471390.370.6600.45266.7449.4636.47
Hex582F8B254202D10b3124
Octal13057213451020554136144
Binary10110001011111000101110010110000100101101100001011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,47,139); }

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

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

 a { background-color: rgb(88,47,139); }

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

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

 span { border-color: rgb(88,47,139); }

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