#5C1F86

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

Shades of Kingfisher Daisy #5C1F86

Tints of Kingfisher Daisy #5C1F86

Color information

#5C1F86 (or 0x5C1F86) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 1F and 86. RGB value is (92,31,134). Sum of RGB (Red+Green+Blue) = 92+31+134=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C1F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1F86 is #A3E079. Grayscale: #3C3C3C. Windows color (decimal): -10739834 or 8789852. OLE color: 8789852.

HSL color Cylindrical-coordinate representation of color #5C1F86: hue angle of 275.53º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C1F86 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9231134-
CMYK0.310.7700.47
HSL275.53º62.42%32.35%-
HSV(B)275.53º76.87%52.55%-
XYZ9.214.9823.03-
YUV60.98169.21150.12-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.80%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=35.80%
G=12.06%
B=52.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92311340.310.7700.47275.5362.4232.35
Hex5C1F861F4D02F1143e20
Octal13437206371150574247640
Binary101110011111100001101111110011010101111100010100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,31,134); }

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

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

 a { background-color: rgb(92,31,134); }

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

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

 span { border-color: rgb(92,31,134); }

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