#501B8A

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

Shades of Kingfisher Daisy #501B8A

Tints of Kingfisher Daisy #501B8A

Color information

#501B8A (or 0x501B8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 1B and 8A. RGB value is (80,27,138). Sum of RGB (Red+Green+Blue) = 80+27+138=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #501B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501B8A is #AFE475. Grayscale: #373737. Windows color (decimal): -11527286 or 9050960. OLE color: 9050960.

HSL color Cylindrical-coordinate representation of color #501B8A: hue angle of 268.65º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501B8A is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8027138-
CMYK0.420.8000.46
HSL268.65º67.27%32.35%-
HSV(B)268.65º80.43%54.12%-
XYZ8.294.3224.44-
YUV55.5174.56145.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=32.65%
G=11.02%
B=56.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80271380.420.8000.46268.6567.2732.35
Hex501B8A2A5002E10d4320
Octal120332125212005641510340
Binary10100001101110001010101010101000001011101000011011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501B8A; }

 p { color: rgb(80,27,138); }

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

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

 a { background-color: rgb(80,27,138); }

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

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

 span { border-color: rgb(80,27,138); }

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