#5E3188

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

Shades of Kingfisher Daisy #5E3188

Tints of Kingfisher Daisy #5E3188

Color information

#5E3188 (or 0x5E3188) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 31 and 88. RGB value is (94,49,136). Sum of RGB (Red+Green+Blue) = 94+49+136=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E3188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3188 is #A1CE77. Grayscale: #484848. Windows color (decimal): -10604152 or 8925534. OLE color: 8925534.

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

Color convert

RGB9449136-
CMYK0.310.6400.47
HSL271.03º47.03%36.27%-
HSV(B)271.03º63.97%53.33%-
XYZ10.166.3523.98-
YUV72.37163.91143.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.69%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=33.69%
G=17.56%
B=48.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94491360.310.6400.47271.0347.0336.27
Hex5E31881F4002F10f2f24
Octal13661210371000574175744
Binary1011110110001100010001111110000000101111100001111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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