#503089

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

Shades of Kingfisher Daisy #503089

Tints of Kingfisher Daisy #503089

Color information

#503089 (or 0x503089) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 30 and 89. RGB value is (80,48,137). Sum of RGB (Red+Green+Blue) = 80+48+137=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #503089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503089 is #AFCF76. Grayscale: #434343. Windows color (decimal): -11521911 or 8990800. OLE color: 8990800.

HSL color Cylindrical-coordinate representation of color #503089: hue angle of 261.57º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503089 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8048137-
CMYK0.420.6500.46
HSL261.57º48.11%36.27%-
HSV(B)261.57º64.96%53.73%-
XYZ8.885.6324.28-
YUV67.71167.1136.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 137 (53.91% from 255) = 51.70%
R=30.19%
G=18.11%
B=51.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80481370.420.6500.46261.5748.1136.27
Hex5030892A4102E1063024
Octal12060211521010564066044
Binary10100001100001000100110101010000010101110100000110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503089; }

 p { color: rgb(80,48,137); }

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

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

 a { background-color: rgb(80,48,137); }

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

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

 span { border-color: rgb(80,48,137); }

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