#5C318E

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

Shades of Kingfisher Daisy #5C318E

Tints of Kingfisher Daisy #5C318E

Color information

#5C318E (or 0x5C318E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 31 and 8E. RGB value is (92,49,142). Sum of RGB (Red+Green+Blue) = 92+49+142=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C318E is #A3CE71. Grayscale: #484848. Windows color (decimal): -10735218 or 9318748. OLE color: 9318748.

HSL color Cylindrical-coordinate representation of color #5C318E: hue angle of 267.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C318E is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9249142-
CMYK0.350.6500.44
HSL267.74º48.69%37.45%-
HSV(B)267.74º65.49%55.69%-
XYZ10.396.4226.28-
YUV72.46167.25141.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.51%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=32.51%
G=17.31%
B=50.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92491420.350.6500.44267.7448.6937.45
Hex5C318E234102C10c3125
Octal13461216431010544146145
Binary10111001100011000111010001110000010101100100001100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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