#502E85

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

Shades of Kingfisher Daisy #502E85

Tints of Kingfisher Daisy #502E85

Color information

#502E85 (or 0x502E85) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 2E and 85. RGB value is (80,46,133). Sum of RGB (Red+Green+Blue) = 80+46+133=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #502E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502E85 is #AFD17A. Grayscale: #414141. Windows color (decimal): -11522427 or 8728144. OLE color: 8728144.

HSL color Cylindrical-coordinate representation of color #502E85: hue angle of 263.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502E85 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8046133-
CMYK0.400.6500.48
HSL263.45º48.6%35.1%-
HSV(B)263.45º65.41%52.16%-
XYZ8.525.3522.77-
YUV66.08165.76137.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=30.89%
G=17.76%
B=51.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80461330.400.6500.48263.4548.635.1
Hex502E8528410301073123
Octal12056205501010604076143
Binary10100001011101000010110100010000010110000100000111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502E85; }

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

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

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

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

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

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

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

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