#5f318c

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

Shades of Kingfisher Daisy #5F318C

Tints of Kingfisher Daisy #5F318C

Color information

#5F318C (or 0x5F318C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 31 and 8C. RGB value is (95,49,140). Sum of RGB (Red+Green+Blue) = 95+49+140=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F318C is #A0CE73. Grayscale: #484848. Windows color (decimal): -10538612 or 9187679. OLE color: 9187679.

HSL color Cylindrical-coordinate representation of color #5F318C: hue angle of 270.33º 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 #5F318C is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9549140-
CMYK0.320.6500.45
HSL270.33º48.15%37.06%-
HSV(B)270.33º65%54.9%-
XYZ10.556.5225.51-
YUV73.13165.74143.6-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=33.45%
G=17.25%
B=49.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95491400.320.6500.45270.3348.1537.06
Hex5F318C204102D10e3025
Octal13761214401010554166045
Binary10111111100011000110010000010000010101101100001110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f318c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,49,140); }

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

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

 a { background-color: rgb(95,49,140); }

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

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

 span { border-color: rgb(95,49,140); }

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