#502792

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

Shades of Kingfisher Daisy #502792

Tints of Kingfisher Daisy #502792

Color information

#502792 (or 0x502792) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 27 and 92. RGB value is (80,39,146). Sum of RGB (Red+Green+Blue) = 80+39+146=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #502792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502792 is #AFD86D. Grayscale: #3F3F3F. Windows color (decimal): -11524206 or 9578320. OLE color: 9578320.

HSL color Cylindrical-coordinate representation of color #502792: hue angle of 262.99º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502792 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8039146-
CMYK0.450.7300.43
HSL262.99º57.84%36.27%-
HSV(B)262.99º73.29%57.25%-
XYZ9.225.2327.72-
YUV63.46174.58139.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=30.19%
G=14.72%
B=55.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80391460.450.7300.43262.9957.8436.27
Hex5027922D4902B1073a24
Octal12047222551110534077244
Binary10100001001111001001010110110010010101011100000111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502792; }

 p { color: rgb(80,39,146); }

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

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

 a { background-color: rgb(80,39,146); }

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

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

 span { border-color: rgb(80,39,146); }

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