#5E2C81

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

Shades of Kingfisher Daisy #5E2C81

Tints of Kingfisher Daisy #5E2C81

Color information

#5E2C81 (or 0x5E2C81) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 2C and 81. RGB value is (94,44,129). Sum of RGB (Red+Green+Blue) = 94+44+129=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E2C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2C81 is #A1D37E. Grayscale: #444444. Windows color (decimal): -10605439 or 8465502. OLE color: 8465502.

HSL color Cylindrical-coordinate representation of color #5E2C81: hue angle of 275.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2C81 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9444129-
CMYK0.270.6600.49
HSL275.29º49.13%33.92%-
HSV(B)275.29º65.89%50.59%-
XYZ9.485.7721.38-
YUV68.64162.06146.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.21%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=35.21%
G=16.48%
B=48.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94441290.270.6600.49275.2949.1333.92
Hex5E2C811B420311133122
Octal13654201331020614236142
Binary1011110101100100000011101110000100110001100010011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E2C81; }

 p { color: rgb(94,44,129); }

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

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

 a { background-color: rgb(94,44,129); }

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

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

 span { border-color: rgb(94,44,129); }

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