#5A278F

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

Shades of Kingfisher Daisy #5A278F

Tints of Kingfisher Daisy #5A278F

Color information

#5A278F (or 0x5A278F) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 27 and 8F. RGB value is (90,39,143). Sum of RGB (Red+Green+Blue) = 90+39+143=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A278F is #A5D870. Grayscale: #414141. Windows color (decimal): -10868849 or 9381722. OLE color: 9381722.

HSL color Cylindrical-coordinate representation of color #5A278F: hue angle of 269.42º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A278F is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9039143-
CMYK0.370.7300.44
HSL269.42º57.14%35.69%-
HSV(B)269.42º72.73%56.08%-
XYZ9.95.6126.55-
YUV66.1171.4145.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.09%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=33.09%
G=14.34%
B=52.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90391430.370.7300.44269.4257.1435.69
Hex5A278F254902C10d3924
Octal13247217451110544157144
Binary10110101001111000111110010110010010101100100001101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,39,143); }

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

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

 a { background-color: rgb(90,39,143); }

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

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

 span { border-color: rgb(90,39,143); }

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