#5F1D90

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

Shades of Kingfisher Daisy #5F1D90

Tints of Kingfisher Daisy #5F1D90

Color information

#5F1D90 (or 0x5F1D90) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 1D and 90. RGB value is (95,29,144). Sum of RGB (Red+Green+Blue) = 95+29+144=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F1D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1D90 is #A0E26F. Grayscale: #3D3D3D. Windows color (decimal): -10543728 or 9444703. OLE color: 9444703.

HSL color Cylindrical-coordinate representation of color #5F1D90: hue angle of 274.43º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F1D90 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9529144-
CMYK0.340.8000.44
HSL274.43º66.47%33.92%-
HSV(B)274.43º79.86%56.47%-
XYZ10.195.3326.88-
YUV61.84174.37151.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.45%
GREEN value IS 29 (11.72% from 255) = 10.82%
BLUE value IS 144 (56.64% from 255) = 53.73%
R=35.45%
G=10.82%
B=53.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95291440.340.8000.44274.4366.4733.92
Hex5F1D90225002C1124222
Octal137352204212005442210242
Binary10111111110110010000100010101000001011001000100101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,29,144); }

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

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

 a { background-color: rgb(95,29,144); }

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

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

 span { border-color: rgb(95,29,144); }

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