#5E228E

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

Shades of Kingfisher Daisy #5E228E

Tints of Kingfisher Daisy #5E228E

Color information

#5E228E (or 0x5E228E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 22 and 8E. RGB value is (94,34,142). Sum of RGB (Red+Green+Blue) = 94+34+142=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E228E is #A1DD71. Grayscale: #3F3F3F. Windows color (decimal): -10607986 or 9314910. OLE color: 9314910.

HSL color Cylindrical-coordinate representation of color #5E228E: hue angle of 273.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E228E is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9434142-
CMYK0.340.7600.44
HSL273.33º61.36%34.51%-
HSV(B)273.33º76.06%55.69%-
XYZ10.075.4826.12-
YUV64.25171.88149.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.81%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=34.81%
G=12.59%
B=52.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94341420.340.7600.44273.3361.3634.51
Hex5E228E224C02C1113d23
Octal13642216421140544217543
Binary10111101000101000111010001010011000101100100010001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,34,142); }

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

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

 a { background-color: rgb(94,34,142); }

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

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

 span { border-color: rgb(94,34,142); }

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