#5F3185

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

Shades of Kingfisher Daisy #5F3185

Tints of Kingfisher Daisy #5F3185

Color information

#5F3185 (or 0x5F3185) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 31 and 85. RGB value is (95,49,133). Sum of RGB (Red+Green+Blue) = 95+49+133=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F3185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3185 is #A0CE7A. Grayscale: #484848. Windows color (decimal): -10538619 or 8728927. OLE color: 8728927.

HSL color Cylindrical-coordinate representation of color #5F3185: hue angle of 272.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F3185 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9549133-
CMYK0.290.6300.48
HSL272.86º46.15%35.69%-
HSV(B)272.86º63.16%52.16%-
XYZ10.056.3222.88-
YUV72.33162.24144.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.30%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=34.30%
G=17.69%
B=48.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95491330.290.6300.48272.8646.1535.69
Hex5F31851D3F0301112e24
Octal1376120535770604215644
Binary101111111000110000101111011111110110000100010001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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