#5C218C

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

Shades of Kingfisher Daisy #5C218C

Tints of Kingfisher Daisy #5C218C

Color information

#5C218C (or 0x5C218C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 21 and 8C. RGB value is (92,33,140). Sum of RGB (Red+Green+Blue) = 92+33+140=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C218C is #A3DE73. Grayscale: #3E3E3E. Windows color (decimal): -10739316 or 9183580. OLE color: 9183580.

HSL color Cylindrical-coordinate representation of color #5C218C: hue angle of 273.08º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C218C is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9233140-
CMYK0.340.7600.45
HSL273.08º61.85%33.92%-
HSV(B)273.08º76.43%54.9%-
XYZ9.695.2625.31-
YUV62.84171.55148.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.72%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=34.72%
G=12.45%
B=52.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92331400.340.7600.45273.0861.8533.92
Hex5C218C224C02D1113e22
Octal13441214421140554217642
Binary10111001000011000110010001010011000101101100010001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,33,140); }

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

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

 a { background-color: rgb(92,33,140); }

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

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

 span { border-color: rgb(92,33,140); }

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