#502C81

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

Shades of Kingfisher Daisy #502C81

Tints of Kingfisher Daisy #502C81

Color information

#502C81 (or 0x502C81) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 2C and 81. RGB value is (80,44,129). Sum of RGB (Red+Green+Blue) = 80+44+129=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #502C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C81 is #AFD37E. Grayscale: #404040. Windows color (decimal): -11522943 or 8465488. OLE color: 8465488.

HSL color Cylindrical-coordinate representation of color #502C81: hue angle of 265.41º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502C81 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8044129-
CMYK0.380.6600.49
HSL265.41º49.13%33.92%-
HSV(B)265.41º65.89%50.59%-
XYZ8.175.0921.32-
YUV64.45164.43139.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 129 (50.78% from 255) = 50.99%
R=31.62%
G=17.39%
B=50.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80441290.380.6600.49265.4149.1333.92
Hex502C8126420311093122
Octal12054201461020614116142
Binary10100001011001000000110011010000100110001100001001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,44,129); }

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

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

 a { background-color: rgb(80,44,129); }

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

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

 span { border-color: rgb(80,44,129); }

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