#5F2593

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

Shades of Kingfisher Daisy #5F2593

Tints of Kingfisher Daisy #5F2593

Color information

#5F2593 (or 0x5F2593) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 25 and 93. RGB value is (95,37,147). Sum of RGB (Red+Green+Blue) = 95+37+147=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F2593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2593 is #A0DA6C. Grayscale: #424242. Windows color (decimal): -10541677 or 9643359. OLE color: 9643359.

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

Color convert

RGB9537147-
CMYK0.350.7500.42
HSL271.64º59.78%36.08%-
HSV(B)271.64º74.83%57.65%-
XYZ10.655.8628.17-
YUV66.88173.22148.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.05%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=34.05%
G=13.26%
B=52.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95371470.350.7500.42271.6459.7836.08
Hex5F2593234B02A1103c24
Octal13745223431130524207444
Binary10111111001011001001110001110010110101010100010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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