#5C359A

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

Shades of Daisy Bush #5C359A

Tints of Daisy Bush #5C359A

Color information

#5C359A (or 0x5C359A) is unknown color: approx Daisy Bush. HEX triplet: 5C, 35 and 9A. RGB value is (92,53,154). Sum of RGB (Red+Green+Blue) = 92+53+154=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C359A is #A3CA65. Grayscale: #4B4B4B. Windows color (decimal): -10734182 or 10106204. OLE color: 10106204.

HSL color Cylindrical-coordinate representation of color #5C359A: hue angle of 263.17º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C359A is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9253154-
CMYK0.400.6600.40
HSL263.17º48.79%40.59%-
HSV(B)263.17º65.58%60.39%-
XYZ11.527.1531.35-
YUV76.18171.92139.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.77%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=30.77%
G=17.73%
B=51.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92531540.400.6600.40263.1748.7940.59
Hex5C359A28420281073129
Octal13465232501020504076151
Binary10111001101011001101010100010000100101000100000111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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