#5C3178

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

Shades of Kingfisher Daisy #5C3178

Tints of Kingfisher Daisy #5C3178

Color information

#5C3178 (or 0x5C3178) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 31 and 78. RGB value is (92,49,120). Sum of RGB (Red+Green+Blue) = 92+49+120=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C3178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3178 is #A3CE87. Grayscale: #454545. Windows color (decimal): -10735240 or 7876956. OLE color: 7876956.

HSL color Cylindrical-coordinate representation of color #5C3178: hue angle of 276.34º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C3178 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9249120-
CMYK0.230.5900.53
HSL276.34º42.01%33.14%-
HSV(B)276.34º59.17%47.06%-
XYZ8.95.8318.43-
YUV69.95156.25143.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.25%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=35.25%
G=18.77%
B=45.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92491200.230.5900.53276.3442.0133.14
Hex5C3178173B0351142a21
Octal1346117027730654245241
Binary10111001100011111000101111110110110101100010100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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