#5C1D90

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

Shades of Kingfisher Daisy #5C1D90

Tints of Kingfisher Daisy #5C1D90

Color information

#5C1D90 (or 0x5C1D90) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 1D and 90. RGB value is (92,29,144). Sum of RGB (Red+Green+Blue) = 92+29+144=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C1D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1D90 is #A3E26F. Grayscale: #3C3C3C. Windows color (decimal): -10740336 or 9444700. OLE color: 9444700.

HSL color Cylindrical-coordinate representation of color #5C1D90: hue angle of 272.87º 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 #5C1D90 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9229144-
CMYK0.360.8000.44
HSL272.87º66.47%33.92%-
HSV(B)272.87º79.86%56.47%-
XYZ9.895.1726.86-
YUV60.95174.87150.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.72%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=34.72%
G=10.94%
B=54.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92291440.360.8000.44272.8766.4733.92
Hex5C1D90245002C1114222
Octal134352204412005442110242
Binary10111001110110010000100100101000001011001000100011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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