#5F328E

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

Shades of Kingfisher Daisy #5F328E

Tints of Kingfisher Daisy #5F328E

Color information

#5F328E (or 0x5F328E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 32 and 8E. RGB value is (95,50,142). Sum of RGB (Red+Green+Blue) = 95+50+142=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F328E is #A0CD71. Grayscale: #494949. Windows color (decimal): -10538354 or 9319007. OLE color: 9319007.

HSL color Cylindrical-coordinate representation of color #5F328E: hue angle of 269.35º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F328E is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9550142-
CMYK0.330.6500.44
HSL269.35º47.92%37.65%-
HSV(B)269.35º64.79%55.69%-
XYZ10.746.6726.31-
YUV73.94166.41143.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.10%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 142 (55.86% from 255) = 49.48%
R=33.10%
G=17.42%
B=49.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95501420.330.6500.44269.3547.9237.65
Hex5F328E214102C10d3026
Octal13762216411010544156046
Binary10111111100101000111010000110000010101100100001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,50,142); }

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

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

 a { background-color: rgb(95,50,142); }

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

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

 span { border-color: rgb(95,50,142); }

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