#5C1C90

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

Shades of Kingfisher Daisy #5C1C90

Tints of Kingfisher Daisy #5C1C90

Color information

#5C1C90 (or 0x5C1C90) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 1C and 90. RGB value is (92,28,144). Sum of RGB (Red+Green+Blue) = 92+28+144=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C1C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1C90 is #A3E36F. Grayscale: #3B3B3B. Windows color (decimal): -10740592 or 9444444. OLE color: 9444444.

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

Color convert

RGB9228144-
CMYK0.360.8100.44
HSL273.1º67.44%33.73%-
HSV(B)273.1º80.56%56.47%-
XYZ9.865.1226.85-
YUV60.36175.2150.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.85%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=34.85%
G=10.61%
B=54.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92281440.360.8100.44273.167.4433.73
Hex5C1C90245102C1114322
Octal134342204412105442110342
Binary10111001110010010000100100101000101011001000100011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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