#5F2090

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

Shades of Kingfisher Daisy #5F2090

Tints of Kingfisher Daisy #5F2090

Color information

#5F2090 (or 0x5F2090) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 20 and 90. RGB value is (95,32,144). Sum of RGB (Red+Green+Blue) = 95+32+144=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F2090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2090 is #A0DF6F. Grayscale: #3F3F3F. Windows color (decimal): -10542960 or 9445471. OLE color: 9445471.

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

Color convert

RGB9532144-
CMYK0.340.7800.44
HSL273.75º63.64%34.51%-
HSV(B)273.75º77.78%56.47%-
XYZ10.275.4826.9-
YUV63.6173.37150.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.06%
GREEN value IS 32 (12.89% from 255) = 11.81%
BLUE value IS 144 (56.64% from 255) = 53.14%
R=35.06%
G=11.81%
B=53.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95321440.340.7800.44273.7563.6434.51
Hex5F2090224E02C1124023
Octal137402204211605442210043
Binary101111110000010010000100010100111001011001000100101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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