#5A3488

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

Shades of Kingfisher Daisy #5A3488

Tints of Kingfisher Daisy #5A3488

Color information

#5A3488 (or 0x5A3488) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 34 and 88. RGB value is (90,52,136). Sum of RGB (Red+Green+Blue) = 90+52+136=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A3488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3488 is #A5CB77. Grayscale: #484848. Windows color (decimal): -10865528 or 8926298. OLE color: 8926298.

HSL color Cylindrical-coordinate representation of color #5A3488: hue angle of 267.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A3488 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9052136-
CMYK0.340.6200.47
HSL267.14º44.68%36.86%-
HSV(B)267.14º61.76%53.33%-
XYZ9.896.4124.01-
YUV72.94163.59140.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=32.37%
G=18.71%
B=48.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90521360.340.6200.47267.1444.6836.86
Hex5A3488223E02F10b2d25
Octal1326421042760574135545
Binary1011010110100100010001000101111100101111100001011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,136); }

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

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

 a { background-color: rgb(90,52,136); }

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

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

 span { border-color: rgb(90,52,136); }

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