#5E358C

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

Shades of Kingfisher Daisy #5E358C

Tints of Kingfisher Daisy #5E358C

Color information

#5E358C (or 0x5E358C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 35 and 8C. RGB value is (94,53,140). Sum of RGB (Red+Green+Blue) = 94+53+140=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E358C is #A1CA73. Grayscale: #4A4A4A. Windows color (decimal): -10603124 or 9188702. OLE color: 9188702.

HSL color Cylindrical-coordinate representation of color #5E358C: hue angle of 268.28º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E358C is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9453140-
CMYK0.330.6200.45
HSL268.28º45.08%37.84%-
HSV(B)268.28º62.14%54.9%-
XYZ10.626.8225.57-
YUV75.18164.58141.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.75%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=32.75%
G=18.47%
B=48.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94531400.330.6200.45268.2845.0837.84
Hex5E358C213E02D10c2d26
Octal1366521441760554145546
Binary1011110110101100011001000011111100101101100001100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,53,140); }

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

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

 a { background-color: rgb(94,53,140); }

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

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

 span { border-color: rgb(94,53,140); }

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