#5E2290

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

Shades of Kingfisher Daisy #5E2290

Tints of Kingfisher Daisy #5E2290

Color information

#5E2290 (or 0x5E2290) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 22 and 90. RGB value is (94,34,144). Sum of RGB (Red+Green+Blue) = 94+34+144=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E2290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2290 is #A1DD6F. Grayscale: #404040. Windows color (decimal): -10607984 or 9445982. OLE color: 9445982.

HSL color Cylindrical-coordinate representation of color #5E2290: hue angle of 272.73º degrees, saturation: 0.62, 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 #5E2290 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9434144-
CMYK0.350.7600.44
HSL272.73º61.8%34.9%-
HSV(B)272.73º76.39%56.47%-
XYZ10.225.5426.92-
YUV64.48172.88149.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.56%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 144 (56.64% from 255) = 52.94%
R=34.56%
G=12.5%
B=52.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94341440.350.7600.44272.7361.834.9
Hex5E2290234C02C1113e23
Octal13642220431140544217643
Binary10111101000101001000010001110011000101100100010001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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