#503882

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

Shades of Kingfisher Daisy #503882

Tints of Kingfisher Daisy #503882

Color information

#503882 (or 0x503882) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 38 and 82. RGB value is (80,56,130). Sum of RGB (Red+Green+Blue) = 80+56+130=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #503882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503882 is #AFC77D. Grayscale: #474747. Windows color (decimal): -11519870 or 8534096. OLE color: 8534096.

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

Color convert

RGB8056130-
CMYK0.380.5700.49
HSL259.46º39.78%36.47%-
HSV(B)259.46º56.92%50.98%-
XYZ8.756.1521.84-
YUV71.61160.95133.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=30.08%
G=21.05%
B=48.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80561300.380.5700.49259.4639.7836.47
Hex50388226390311032824
Octal1207020246710614035044
Binary1010000111000100000101001101110010110001100000011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503882; }

 p { color: rgb(80,56,130); }

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

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

 a { background-color: rgb(80,56,130); }

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

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

 span { border-color: rgb(80,56,130); }

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