#503780

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

Shades of Kingfisher Daisy #503780

Tints of Kingfisher Daisy #503780

Color information

#503780 (or 0x503780) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 37 and 80. RGB value is (80,55,128). Sum of RGB (Red+Green+Blue) = 80+55+128=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #503780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503780 is #AFC87F. Grayscale: #464646. Windows color (decimal): -11520128 or 8402768. OLE color: 8402768.

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

Color convert

RGB8055128-
CMYK0.380.5700.50
HSL260.55º39.89%35.88%-
HSV(B)260.55º57.03%50.2%-
XYZ8.57621.13-
YUV70.8160.28134.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=30.42%
G=20.91%
B=48.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80551280.380.5700.50260.5539.8935.88
Hex50378026390321052824
Octal1206720046710624055044
Binary1010000110111100000001001101110010110010100000101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503780; }

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

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

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

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

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

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

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

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