#502682

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

Shades of Kingfisher Daisy #502682

Tints of Kingfisher Daisy #502682

Color information

#502682 (or 0x502682) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 26 and 82. RGB value is (80,38,130). Sum of RGB (Red+Green+Blue) = 80+38+130=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #502682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502682 is #AFD97D. Grayscale: #3C3C3C. Windows color (decimal): -11524478 or 8529488. OLE color: 8529488.

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

Color convert

RGB8038130-
CMYK0.380.7100.49
HSL267.39º54.76%32.94%-
HSV(B)267.39º70.77%50.98%-
XYZ8.034.721.6-
YUV61.05166.91141.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=32.26%
G=15.32%
B=52.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80381300.380.7100.49267.3954.7632.94
Hex502682264703110b3721
Octal12046202461070614136741
Binary10100001001101000001010011010001110110001100001011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502682; }

 p { color: rgb(80,38,130); }

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

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

 a { background-color: rgb(80,38,130); }

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

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

 span { border-color: rgb(80,38,130); }

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