#5A278B

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

Shades of Kingfisher Daisy #5A278B

Tints of Kingfisher Daisy #5A278B

Color information

#5A278B (or 0x5A278B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 27 and 8B. RGB value is (90,39,139). Sum of RGB (Red+Green+Blue) = 90+39+139=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A278B is #A5D874. Grayscale: #414141. Windows color (decimal): -10868853 or 9119578. OLE color: 9119578.

HSL color Cylindrical-coordinate representation of color #5A278B: hue angle of 270.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A278B is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9039139-
CMYK0.350.7200.45
HSL270.6º56.18%34.9%-
HSV(B)270.6º71.94%54.51%-
XYZ9.65.4924.98-
YUV65.65169.4145.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 139 (54.69% from 255) = 51.87%
R=33.58%
G=14.55%
B=51.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90391390.350.7200.45270.656.1834.9
Hex5A278B234802D10f3823
Octal13247213431100554177043
Binary10110101001111000101110001110010000101101100001111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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