#5E2988

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

Shades of Kingfisher Daisy #5E2988

Tints of Kingfisher Daisy #5E2988

Color information

#5E2988 (or 0x5E2988) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 29 and 88. RGB value is (94,41,136). Sum of RGB (Red+Green+Blue) = 94+41+136=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E2988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2988 is #A1D677. Grayscale: #434343. Windows color (decimal): -10606200 or 8923486. OLE color: 8923486.

HSL color Cylindrical-coordinate representation of color #5E2988: hue angle of 273.47º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E2988 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9441136-
CMYK0.310.7000.47
HSL273.47º53.67%34.71%-
HSV(B)273.47º69.85%53.33%-
XYZ9.855.7423.88-
YUV67.68166.56146.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.69%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=34.69%
G=15.13%
B=50.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94411360.310.7000.47273.4753.6734.71
Hex5E29881F4602F1113623
Octal13651210371060574216643
Binary1011110101001100010001111110001100101111100010001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,41,136); }

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

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

 a { background-color: rgb(94,41,136); }

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

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

 span { border-color: rgb(94,41,136); }

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