#5A2A92

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

Shades of Kingfisher Daisy #5A2A92

Tints of Kingfisher Daisy #5A2A92

Color information

#5A2A92 (or 0x5A2A92) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 2A and 92. RGB value is (90,42,146). Sum of RGB (Red+Green+Blue) = 90+42+146=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A2A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2A92 is #A5D56D. Grayscale: #434343. Windows color (decimal): -10868078 or 9579098. OLE color: 9579098.

HSL color Cylindrical-coordinate representation of color #5A2A92: hue angle of 267.69º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A2A92 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9042146-
CMYK0.380.7100.43
HSL267.69º55.32%36.86%-
HSV(B)267.69º71.23%57.25%-
XYZ10.235.927.79-
YUV68.21171.9143.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 42 (16.80% from 255) = 15.11%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=32.37%
G=15.11%
B=52.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90421460.380.7100.43267.6955.3236.86
Hex5A2A92264702B10c3725
Octal13252222461070534146745
Binary10110101010101001001010011010001110101011100001100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,42,146); }

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

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

 a { background-color: rgb(90,42,146); }

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

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

 span { border-color: rgb(90,42,146); }

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