#502683

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

Shades of Kingfisher Daisy #502683

Tints of Kingfisher Daisy #502683

Color information

#502683 (or 0x502683) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 26 and 83. RGB value is (80,38,131). Sum of RGB (Red+Green+Blue) = 80+38+131=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #502683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502683 is #AFD97C. Grayscale: #3C3C3C. Windows color (decimal): -11524477 or 8595024. OLE color: 8595024.

HSL color Cylindrical-coordinate representation of color #502683: hue angle of 267.1º 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 #502683 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8038131-
CMYK0.390.7100.49
HSL267.1º55.03%33.14%-
HSV(B)267.1º70.99%51.37%-
XYZ8.14.7321.96-
YUV61.16167.41141.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=32.13%
G=15.26%
B=52.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80381310.390.7100.49267.155.0333.14
Hex502683274703110b3721
Octal12046203471070614136741
Binary10100001001101000001110011110001110110001100001011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502683; }

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

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

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

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

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

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

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

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