#502985

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

Shades of Kingfisher Daisy #502985

Tints of Kingfisher Daisy #502985

Color information

#502985 (or 0x502985) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 29 and 85. RGB value is (80,41,133). Sum of RGB (Red+Green+Blue) = 80+41+133=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #502985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502985 is #AFD67A. Grayscale: #3E3E3E. Windows color (decimal): -11523707 or 8726864. OLE color: 8726864.

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

Color convert

RGB8041133-
CMYK0.400.6900.48
HSL265.43º52.87%34.12%-
HSV(B)265.43º69.17%52.16%-
XYZ8.334.9822.71-
YUV63.15167.42140.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 133 (52.34% from 255) = 52.36%
R=31.50%
G=16.14%
B=52.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80411330.400.6900.48265.4352.8734.12
Hex50298528450301093522
Octal12051205501050604116542
Binary10100001010011000010110100010001010110000100001001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502985; }

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

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

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

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

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

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

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

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