#5A2484

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

Shades of Kingfisher Daisy #5A2484

Tints of Kingfisher Daisy #5A2484

Color information

#5A2484 (or 0x5A2484) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 24 and 84. RGB value is (90,36,132). Sum of RGB (Red+Green+Blue) = 90+36+132=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A2484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2484 is #A5DB7B. Grayscale: #3E3E3E. Windows color (decimal): -10869628 or 8660058. OLE color: 8660058.

HSL color Cylindrical-coordinate representation of color #5A2484: hue angle of 273.75º 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 #5A2484 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9036132-
CMYK0.320.7300.48
HSL273.75º57.14%32.94%-
HSV(B)273.75º72.73%51.76%-
XYZ9.015.122.34-
YUV63.09166.89147.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.88%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 132 (51.95% from 255) = 51.16%
R=34.88%
G=13.95%
B=51.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90361320.320.7300.48273.7557.1432.94
Hex5A248420490301123921
Octal13244204401110604227141
Binary10110101001001000010010000010010010110000100010010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A2484; }

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

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

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

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

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

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

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

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