#5E227B

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

Shades of Kingfisher Daisy #5E227B

Tints of Kingfisher Daisy #5E227B

Color information

#5E227B (or 0x5E227B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 22 and 7B. RGB value is (94,34,123). Sum of RGB (Red+Green+Blue) = 94+34+123=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E227B is #A1DD84. Grayscale: #3D3D3D. Windows color (decimal): -10608005 or 8069726. OLE color: 8069726.

HSL color Cylindrical-coordinate representation of color #5E227B: hue angle of 280.45º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E227B is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9434123-
CMYK0.240.7200.52
HSL280.45º56.69%30.78%-
HSV(B)280.45º72.36%48.24%-
XYZ8.764.9519.23-
YUV62.09162.38150.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.45%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=37.45%
G=13.55%
B=49.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94341230.240.7200.52280.4556.6930.78
Hex5E227B1848034118391f
Octal13642173301100644307137
Binary10111101000101111011110001001000011010010001100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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