#5E238D

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

Shades of Kingfisher Daisy #5E238D

Tints of Kingfisher Daisy #5E238D

Color information

#5E238D (or 0x5E238D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 23 and 8D. RGB value is (94,35,141). Sum of RGB (Red+Green+Blue) = 94+35+141=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E238D is #A1DC72. Grayscale: #404040. Windows color (decimal): -10607731 or 9249630. OLE color: 9249630.

HSL color Cylindrical-coordinate representation of color #5E238D: hue angle of 273.4º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E238D is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9435141-
CMYK0.330.7500.45
HSL273.4º60.23%34.51%-
HSV(B)273.4º75.18%55.29%-
XYZ10.025.525.73-
YUV64.72171.05148.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.81%
GREEN value IS 35 (14.06% from 255) = 12.96%
BLUE value IS 141 (55.47% from 255) = 52.22%
R=34.81%
G=12.96%
B=52.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94351410.330.7500.45273.460.2334.51
Hex5E238D214B02D1113c23
Octal13643215411130554217443
Binary10111101000111000110110000110010110101101100010001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,35,141); }

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

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

 a { background-color: rgb(94,35,141); }

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

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

 span { border-color: rgb(94,35,141); }

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