#5A3388

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

Shades of Kingfisher Daisy #5A3388

Tints of Kingfisher Daisy #5A3388

Color information

#5A3388 (or 0x5A3388) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 33 and 88. RGB value is (90,51,136). Sum of RGB (Red+Green+Blue) = 90+51+136=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A3388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3388 is #A5CC77. Grayscale: #484848. Windows color (decimal): -10865784 or 8926042. OLE color: 8926042.

HSL color Cylindrical-coordinate representation of color #5A3388: hue angle of 267.53º 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 #5A3388 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9051136-
CMYK0.340.6200.47
HSL267.53º45.45%36.67%-
HSV(B)267.53º62.5%53.33%-
XYZ9.846.3223.99-
YUV72.35163.92140.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.49%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=32.49%
G=18.41%
B=49.10%

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
Decimal90511360.340.6200.47267.5345.4536.67
Hex5A3388223E02F10c2d25
Octal1326321042760574145545
Binary1011010110011100010001000101111100101111100001100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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