#5C1D8D

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

Shades of Kingfisher Daisy #5C1D8D

Tints of Kingfisher Daisy #5C1D8D

Color information

#5C1D8D (or 0x5C1D8D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 1D and 8D. RGB value is (92,29,141). Sum of RGB (Red+Green+Blue) = 92+29+141=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C1D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1D8D is #A3E272. Grayscale: #3C3C3C. Windows color (decimal): -10740339 or 9248092. OLE color: 9248092.

HSL color Cylindrical-coordinate representation of color #5C1D8D: hue angle of 273.75º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1D8D is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9229141-
CMYK0.350.7900.45
HSL273.75º65.88%33.33%-
HSV(B)273.75º79.43%55.29%-
XYZ9.665.0825.67-
YUV60.6173.37150.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.11%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=35.11%
G=11.07%
B=53.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92291410.350.7900.45273.7565.8833.33
Hex5C1D8D234F02D1124221
Octal134352154311705542210241
Binary10111001110110001101100011100111101011011000100101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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