#5C3585

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

Shades of Kingfisher Daisy #5C3585

Tints of Kingfisher Daisy #5C3585

Color information

#5C3585 (or 0x5C3585) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 35 and 85. RGB value is (92,53,133). Sum of RGB (Red+Green+Blue) = 92+53+133=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C3585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3585 is #A3CA7A. Grayscale: #494949. Windows color (decimal): -10734203 or 8729948. OLE color: 8729948.

HSL color Cylindrical-coordinate representation of color #5C3585: hue angle of 269.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C3585 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9253133-
CMYK0.310.6000.48
HSL269.25º43.01%36.47%-
HSV(B)269.25º60.15%52.16%-
XYZ9.926.5122.92-
YUV73.78161.42141-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.09%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=33.09%
G=19.06%
B=47.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92531330.310.6000.48269.2543.0136.47
Hex5C35851F3C03010d2b24
Octal1346520537740604155344
Binary101110011010110000101111111111000110000100001101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,53,133); }

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

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

 a { background-color: rgb(92,53,133); }

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

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

 span { border-color: rgb(92,53,133); }

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