#503288

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

Shades of Kingfisher Daisy #503288

Tints of Kingfisher Daisy #503288

Color information

#503288 (or 0x503288) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 32 and 88. RGB value is (80,50,136). Sum of RGB (Red+Green+Blue) = 80+50+136=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #503288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503288 is #AFCD77. Grayscale: #444444. Windows color (decimal): -11521400 or 8925776. OLE color: 8925776.

HSL color Cylindrical-coordinate representation of color #503288: hue angle of 260.93º 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 #503288 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8050136-
CMYK0.410.6300.47
HSL260.93º46.24%36.47%-
HSV(B)260.93º63.24%53.33%-
XYZ8.895.7623.94-
YUV68.77165.94136.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=30.08%
G=18.80%
B=51.13%

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
Decimal80501360.410.6300.47260.9346.2436.47
Hex503288293F02F1052e24
Octal1206221051770574055644
Binary1010000110010100010001010011111110101111100000101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503288; }

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

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

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

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

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

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

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

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