#5F2893

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

Shades of Kingfisher Daisy #5F2893

Tints of Kingfisher Daisy #5F2893

Color information

#5F2893 (or 0x5F2893) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 28 and 93. RGB value is (95,40,147). Sum of RGB (Red+Green+Blue) = 95+40+147=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F2893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2893 is #A0D76C. Grayscale: #444444. Windows color (decimal): -10540909 or 9644127. OLE color: 9644127.

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

Color convert

RGB9540147-
CMYK0.350.7300.42
HSL270.84º57.22%36.67%-
HSV(B)270.84º72.79%57.65%-
XYZ10.746.0628.21-
YUV68.64172.22146.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.69%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=33.69%
G=14.18%
B=52.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95401470.350.7300.42270.8457.2236.67
Hex5F2893234902A10f3925
Octal13750223431110524177145
Binary10111111010001001001110001110010010101010100001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,40,147); }

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

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

 a { background-color: rgb(95,40,147); }

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

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

 span { border-color: rgb(95,40,147); }

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