#5f3e80

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

Shades of Kingfisher Daisy #5F3E80

Tints of Kingfisher Daisy #5F3E80

Color information

#5F3E80 (or 0x5F3E80) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 3E and 80. RGB value is (95,62,128). Sum of RGB (Red+Green+Blue) = 95+62+128=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #5F3E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3E80 is #A0C17F. Grayscale: #4F4F4F. Windows color (decimal): -10535296 or 8404575. OLE color: 8404575.

HSL color Cylindrical-coordinate representation of color #5F3E80: hue angle of 270º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F3E80 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9562128-
CMYK0.260.5200.50
HSL270º34.74%37.25%-
HSV(B)270º51.56%50.2%-
XYZ10.347.4421.31-
YUV79.39155.43139.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=33.33%
G=21.75%
B=44.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal95621280.260.5200.5027034.7437.25
Hex5F3E801A3403210e2325
Octal1377620032640624164345
Binary101111111111010000000110101101000110010100001110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f3e80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,62,128); }

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

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

 a { background-color: rgb(95,62,128); }

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

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

 span { border-color: rgb(95,62,128); }

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