#50248A

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

Shades of Kingfisher Daisy #50248A

Tints of Kingfisher Daisy #50248A

Color information

#50248A (or 0x50248A) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 24 and 8A. RGB value is (80,36,138). Sum of RGB (Red+Green+Blue) = 80+36+138=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #50248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50248A is #AFDB75. Grayscale: #3C3C3C. Windows color (decimal): -11524982 or 9053264. OLE color: 9053264.

HSL color Cylindrical-coordinate representation of color #50248A: hue angle of 265.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50248A is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8036138-
CMYK0.420.7400.46
HSL265.88º58.62%34.12%-
HSV(B)265.88º73.91%54.12%-
XYZ8.534.824.52-
YUV60.78171.58141.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=31.50%
G=14.17%
B=54.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80361380.420.7400.46265.8858.6234.12
Hex50248A2A4A02E10a3b22
Octal12044212521120564127342
Binary10100001001001000101010101010010100101110100001010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50248A; }

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

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

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

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

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

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

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

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