#502485

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

Shades of Kingfisher Daisy #502485

Tints of Kingfisher Daisy #502485

Color information

#502485 (or 0x502485) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 24 and 85. RGB value is (80,36,133). Sum of RGB (Red+Green+Blue) = 80+36+133=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #502485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502485 is #AFDB7A. Grayscale: #3B3B3B. Windows color (decimal): -11524987 or 8725584. OLE color: 8725584.

HSL color Cylindrical-coordinate representation of color #502485: hue angle of 267.22º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502485 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8036133-
CMYK0.400.7300.48
HSL267.22º57.4%33.14%-
HSV(B)267.22º72.93%52.16%-
XYZ8.174.6622.66-
YUV60.21169.08142.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=32.13%
G=14.46%
B=53.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80361330.400.7300.48267.2257.433.14
Hex502485284903010b3921
Octal12044205501110604137141
Binary10100001001001000010110100010010010110000100001011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502485; }

 p { color: rgb(80,36,133); }

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

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

 a { background-color: rgb(80,36,133); }

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

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

 span { border-color: rgb(80,36,133); }

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