#5A2F8A

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

Shades of Kingfisher Daisy #5A2F8A

Tints of Kingfisher Daisy #5A2F8A

Color information

#5A2F8A (or 0x5A2F8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 2F and 8A. RGB value is (90,47,138). Sum of RGB (Red+Green+Blue) = 90+47+138=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A2F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2F8A is #A5D075. Grayscale: #454545. Windows color (decimal): -10866806 or 9056090. OLE color: 9056090.

HSL color Cylindrical-coordinate representation of color #5A2F8A: hue angle of 268.35º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A2F8A is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9047138-
CMYK0.350.6600.46
HSL268.35º49.19%36.27%-
HSV(B)268.35º65.94%54.12%-
XYZ9.826.0424.69-
YUV70.23166.25142.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.73%
GREEN value IS 47 (18.75% from 255) = 17.09%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=32.73%
G=17.09%
B=50.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90471380.350.6600.46268.3549.1936.27
Hex5A2F8A234202E10c3124
Octal13257212431020564146144
Binary10110101011111000101010001110000100101110100001100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,47,138); }

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

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

 a { background-color: rgb(90,47,138); }

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

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

 span { border-color: rgb(90,47,138); }

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