#503088

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

Shades of Kingfisher Daisy #503088

Tints of Kingfisher Daisy #503088

Color information

#503088 (or 0x503088) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 30 and 88. RGB value is (80,48,136). Sum of RGB (Red+Green+Blue) = 80+48+136=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #503088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503088 is #AFCF77. Grayscale: #434343. Windows color (decimal): -11521912 or 8925264. OLE color: 8925264.

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

Color convert

RGB8048136-
CMYK0.410.6500.47
HSL261.82º47.83%36.08%-
HSV(B)261.82º64.71%53.33%-
XYZ8.815.623.91-
YUV67.6166.6136.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 136 (53.52% from 255) = 51.52%
R=30.30%
G=18.18%
B=51.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80481360.410.6500.47261.8247.8336.08
Hex503088294102F1063024
Octal12060210511010574066044
Binary10100001100001000100010100110000010101111100000110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503088; }

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

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

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

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

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

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

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

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