#5F328D

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

Shades of Kingfisher Daisy #5F328D

Tints of Kingfisher Daisy #5F328D

Color information

#5F328D (or 0x5F328D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 32 and 8D. RGB value is (95,50,141). Sum of RGB (Red+Green+Blue) = 95+50+141=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F328D is #A0CD72. Grayscale: #494949. Windows color (decimal): -10538355 or 9253471. OLE color: 9253471.

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

Color convert

RGB9550141-
CMYK0.330.6500.45
HSL269.67º47.64%37.45%-
HSV(B)269.67º64.54%55.29%-
XYZ10.676.6425.92-
YUV73.83165.91143.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 141 (55.47% from 255) = 49.30%
R=33.22%
G=17.48%
B=49.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95501410.330.6500.45269.6747.6437.45
Hex5F328D214102D10e3025
Octal13762215411010554166045
Binary10111111100101000110110000110000010101101100001110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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