#5E3388

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

Shades of Kingfisher Daisy #5E3388

Tints of Kingfisher Daisy #5E3388

Color information

#5E3388 (or 0x5E3388) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 33 and 88. RGB value is (94,51,136). Sum of RGB (Red+Green+Blue) = 94+51+136=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E3388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3388 is #A1CC77. Grayscale: #494949. Windows color (decimal): -10603640 or 8926046. OLE color: 8926046.

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

Color convert

RGB9451136-
CMYK0.310.6200.47
HSL270.35º45.45%36.67%-
HSV(B)270.35º62.5%53.33%-
XYZ10.246.5224.01-
YUV73.55163.25142.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.45%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 136 (53.52% from 255) = 48.40%
R=33.45%
G=18.15%
B=48.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94511360.310.6200.47270.3545.4536.67
Hex5E33881F3E02F10e2d25
Octal1366321037760574165545
Binary101111011001110001000111111111100101111100001110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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