#5E2792

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

Shades of Kingfisher Daisy #5E2792

Tints of Kingfisher Daisy #5E2792

Color information

#5E2792 (or 0x5E2792) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 27 and 92. RGB value is (94,39,146). Sum of RGB (Red+Green+Blue) = 94+39+146=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E2792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2792 is #A1D86D. Grayscale: #434343. Windows color (decimal): -10606702 or 9578334. OLE color: 9578334.

HSL color Cylindrical-coordinate representation of color #5E2792: hue angle of 270.84º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2792 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9439146-
CMYK0.360.7300.43
HSL270.84º57.84%36.27%-
HSV(B)270.84º73.29%57.25%-
XYZ10.535.9127.78-
YUV67.64172.22146.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.69%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=33.69%
G=13.98%
B=52.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94391460.360.7300.43270.8457.8436.27
Hex5E2792244902B10f3a24
Octal13647222441110534177244
Binary10111101001111001001010010010010010101011100001111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,39,146); }

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

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

 a { background-color: rgb(94,39,146); }

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

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

 span { border-color: rgb(94,39,146); }

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