#5C318C

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

Shades of Kingfisher Daisy #5C318C

Tints of Kingfisher Daisy #5C318C

Color information

#5C318C (or 0x5C318C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 31 and 8C. RGB value is (92,49,140). Sum of RGB (Red+Green+Blue) = 92+49+140=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C318C is #A3CE73. Grayscale: #474747. Windows color (decimal): -10735220 or 9187676. OLE color: 9187676.

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

Color convert

RGB9249140-
CMYK0.340.6500.45
HSL268.35º48.15%37.06%-
HSV(B)268.35º65%54.9%-
XYZ10.256.3725.5-
YUV72.23166.25142.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.74%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 140 (55.08% from 255) = 49.82%
R=32.74%
G=17.44%
B=49.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92491400.340.6500.45268.3548.1537.06
Hex5C318C224102D10c3025
Octal13461214421010554146045
Binary10111001100011000110010001010000010101101100001100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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