#503681

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

Shades of Kingfisher Daisy #503681

Tints of Kingfisher Daisy #503681

Color information

#503681 (or 0x503681) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 36 and 81. RGB value is (80,54,129). Sum of RGB (Red+Green+Blue) = 80+54+129=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #503681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503681 is #AFC97E. Grayscale: #464646. Windows color (decimal): -11520383 or 8468048. OLE color: 8468048.

HSL color Cylindrical-coordinate representation of color #503681: hue angle of 260.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503681 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8054129-
CMYK0.380.5800.49
HSL260.8º40.98%35.88%-
HSV(B)260.8º58.14%50.59%-
XYZ8.595.9321.46-
YUV70.32161.11134.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 129 (50.78% from 255) = 49.05%
R=30.42%
G=20.53%
B=49.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80541290.380.5800.49260.840.9835.88
Hex503681263A0311052924
Octal1206620146720614055144
Binary1010000110110100000011001101110100110001100000101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503681; }

 p { color: rgb(80,54,129); }

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

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

 a { background-color: rgb(80,54,129); }

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

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

 span { border-color: rgb(80,54,129); }

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