#5F3881

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

Shades of Kingfisher Daisy #5F3881

Tints of Kingfisher Daisy #5F3881

Color information

#5F3881 (or 0x5F3881) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 38 and 81. RGB value is (95,56,129). Sum of RGB (Red+Green+Blue) = 95+56+129=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F3881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3881 is #A0C77E. Grayscale: #4B4B4B. Windows color (decimal): -10536831 or 8468575. OLE color: 8468575.

HSL color Cylindrical-coordinate representation of color #5F3881: hue angle of 272.05º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F3881 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9556129-
CMYK0.260.5700.49
HSL272.05º39.46%36.27%-
HSV(B)272.05º56.59%50.59%-
XYZ10.16.8521.56-
YUV75.98157.92141.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=33.93%
G=20%
B=46.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95561290.260.5700.49272.0539.4636.27
Hex5F38811A390311102724
Octal1377020132710614204744
Binary101111111100010000001110101110010110001100010000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,56,129); }

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

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

 a { background-color: rgb(95,56,129); }

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

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

 span { border-color: rgb(95,56,129); }

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