#502880

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

Shades of Kingfisher Daisy #502880

Tints of Kingfisher Daisy #502880

Color information

#502880 (or 0x502880) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 28 and 80. RGB value is (80,40,128). Sum of RGB (Red+Green+Blue) = 80+40+128=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #502880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502880 is #AFD77F. Grayscale: #3D3D3D. Windows color (decimal): -11523968 or 8398928. OLE color: 8398928.

HSL color Cylindrical-coordinate representation of color #502880: hue angle of 267.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502880 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8040128-
CMYK0.380.6900.50
HSL267.27º52.38%32.94%-
HSV(B)267.27º68.75%50.2%-
XYZ7.964.7820.93-
YUV61.99165.25140.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 128 (50.39% from 255) = 51.61%
R=32.26%
G=16.13%
B=51.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80401280.380.6900.50267.2752.3832.94
Hex502880264503210b3421
Octal12050200461050624136441
Binary10100001010001000000010011010001010110010100001011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502880; }

 p { color: rgb(80,40,128); }

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

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

 a { background-color: rgb(80,40,128); }

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

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

 span { border-color: rgb(80,40,128); }

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