#503287

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

Shades of Kingfisher Daisy #503287

Tints of Kingfisher Daisy #503287

Color information

#503287 (or 0x503287) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 32 and 87. RGB value is (80,50,135). Sum of RGB (Red+Green+Blue) = 80+50+135=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #503287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503287 is #AFCD78. Grayscale: #444444. Windows color (decimal): -11521401 or 8860240. OLE color: 8860240.

HSL color Cylindrical-coordinate representation of color #503287: hue angle of 261.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #503287 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8050135-
CMYK0.410.6300.47
HSL261.18º45.95%36.27%-
HSV(B)261.18º62.96%52.94%-
XYZ8.825.7423.56-
YUV68.66165.44136.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=30.19%
G=18.87%
B=50.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80501350.410.6300.47261.1845.9536.27
Hex503287293F02F1052e24
Octal1206220751770574055644
Binary1010000110010100001111010011111110101111100000101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503287; }

 p { color: rgb(80,50,135); }

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

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

 a { background-color: rgb(80,50,135); }

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

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

 span { border-color: rgb(80,50,135); }

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