#502B8B

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

Shades of Kingfisher Daisy #502B8B

Tints of Kingfisher Daisy #502B8B

Color information

#502B8B (or 0x502B8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 2B and 8B. RGB value is (80,43,139). Sum of RGB (Red+Green+Blue) = 80+43+139=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #502B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502B8B is #AFD474. Grayscale: #404040. Windows color (decimal): -11523189 or 9120592. OLE color: 9120592.

HSL color Cylindrical-coordinate representation of color #502B8B: hue angle of 263.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502B8B is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8043139-
CMYK0.420.6900.45
HSL263.12º52.75%35.69%-
HSV(B)263.12º69.06%54.51%-
XYZ8.835.324.98-
YUV65.01169.76138.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 43 (17.19% from 255) = 16.41%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=30.53%
G=16.41%
B=53.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80431390.420.6900.45263.1252.7535.69
Hex502B8B2A4502D1073524
Octal12053213521050554076544
Binary10100001010111000101110101010001010101101100000111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,43,139); }

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

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

 a { background-color: rgb(80,43,139); }

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

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

 span { border-color: rgb(80,43,139); }

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