#502592

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

Shades of Kingfisher Daisy #502592

Tints of Kingfisher Daisy #502592

Color information

#502592 (or 0x502592) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 25 and 92. RGB value is (80,37,146). Sum of RGB (Red+Green+Blue) = 80+37+146=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #502592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502592 is #AFDA6D. Grayscale: #3D3D3D. Windows color (decimal): -11524718 or 9577808. OLE color: 9577808.

HSL color Cylindrical-coordinate representation of color #502592: hue angle of 263.67º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502592 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8037146-
CMYK0.450.7500.43
HSL263.67º59.56%35.88%-
HSV(B)263.67º74.66%57.25%-
XYZ9.165.127.7-
YUV62.28175.25140.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=30.42%
G=14.07%
B=55.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80371460.450.7500.43263.6759.5635.88
Hex5025922D4B02B1083c24
Octal12045222551130534107444
Binary10100001001011001001010110110010110101011100001000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502592; }

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

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

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

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

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

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

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

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