#582484

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

Shades of Kingfisher Daisy #582484

Tints of Kingfisher Daisy #582484

Color information

#582484 (or 0x582484) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 24 and 84. RGB value is (88,36,132). Sum of RGB (Red+Green+Blue) = 88+36+132=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #582484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582484 is #A7DB7B. Grayscale: #3E3E3E. Windows color (decimal): -11000700 or 8660056. OLE color: 8660056.

HSL color Cylindrical-coordinate representation of color #582484: hue angle of 272.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582484 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8836132-
CMYK0.330.7300.48
HSL272.5º57.14%32.94%-
HSV(B)272.5º72.73%51.76%-
XYZ8.82522.33-
YUV62.49167.23146.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=34.38%
G=14.06%
B=51.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88361320.330.7300.48272.557.1432.94
Hex58248421490301103921
Octal13044204411110604207141
Binary10110001001001000010010000110010010110000100010000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582484; }

 p { color: rgb(88,36,132); }

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

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

 a { background-color: rgb(88,36,132); }

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

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

 span { border-color: rgb(88,36,132); }

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