#5F198A

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

Shades of Kingfisher Daisy #5F198A

Tints of Kingfisher Daisy #5F198A

Color information

#5F198A (or 0x5F198A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 19 and 8A. RGB value is (95,25,138). Sum of RGB (Red+Green+Blue) = 95+25+138=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F198A is #A0E675. Grayscale: #3A3A3A. Windows color (decimal): -10544758 or 9050463. OLE color: 9050463.

HSL color Cylindrical-coordinate representation of color #5F198A: hue angle of 277.17º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F198A is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9525138-
CMYK0.310.8200.46
HSL277.17º69.33%31.96%-
HSV(B)277.17º81.88%54.12%-
XYZ9.654.9624.49-
YUV58.81172.69153.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 25 (10.16% from 255) = 9.69%
BLUE value IS 138 (54.30% from 255) = 53.49%
R=36.82%
G=9.69%
B=53.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95251380.310.8200.46277.1769.3331.96
Hex5F198A1F5202E1154520
Octal137312123712205642510540
Binary1011111110011000101011111101001001011101000101011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,25,138); }

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

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

 a { background-color: rgb(95,25,138); }

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

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

 span { border-color: rgb(95,25,138); }

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