#50258E

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

Shades of Kingfisher Daisy #50258E

Tints of Kingfisher Daisy #50258E

Color information

#50258E (or 0x50258E) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 25 and 8E. RGB value is (80,37,142). Sum of RGB (Red+Green+Blue) = 80+37+142=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #50258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50258E is #AFDA71. Grayscale: #3D3D3D. Windows color (decimal): -11524722 or 9315664. OLE color: 9315664.

HSL color Cylindrical-coordinate representation of color #50258E: hue angle of 264.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50258E is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8037142-
CMYK0.440.7400.44
HSL264.57º58.66%35.1%-
HSV(B)264.57º73.94%55.69%-
XYZ8.854.9826.09-
YUV61.83173.25140.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 142 (55.86% from 255) = 54.83%
R=30.89%
G=14.29%
B=54.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80371420.440.7400.44264.5758.6635.1
Hex50258E2C4A02C1093b23
Octal12045216541120544117343
Binary10100001001011000111010110010010100101100100001001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50258E; }

 p { color: rgb(80,37,142); }

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

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

 a { background-color: rgb(80,37,142); }

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

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

 span { border-color: rgb(80,37,142); }

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