#502A90

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

Shades of Kingfisher Daisy #502A90

Tints of Kingfisher Daisy #502A90

Color information

#502A90 (or 0x502A90) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 2A and 90. RGB value is (80,42,144). Sum of RGB (Red+Green+Blue) = 80+42+144=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #502A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502A90 is #AFD56F. Grayscale: #404040. Windows color (decimal): -11523440 or 9448016. OLE color: 9448016.

HSL color Cylindrical-coordinate representation of color #502A90: hue angle of 262.35º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502A90 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8042144-
CMYK0.440.7100.44
HSL262.35º54.84%36.47%-
HSV(B)262.35º70.83%56.47%-
XYZ9.175.3826.94-
YUV64.99172.59138.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 42 (16.80% from 255) = 15.79%
BLUE value IS 144 (56.64% from 255) = 54.14%
R=30.08%
G=15.79%
B=54.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80421440.440.7100.44262.3554.8436.47
Hex502A902C4702C1063724
Octal12052220541070544066744
Binary10100001010101001000010110010001110101100100000110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A90; }

 p { color: rgb(80,42,144); }

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

<style>
 a { background-color: #502A90; }

 a { background-color: rgb(80,42,144); }

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

<style>
 span { border-color: #502A90; }

 span { border-color: rgb(80,42,144); }

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