#5836A3

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

Shades of Daisy Bush #5836A3

Tints of Daisy Bush #5836A3

Color information

#5836A3 (or 0x5836A3) is unknown color: approx Daisy Bush. HEX triplet: 58, 36 and A3. RGB value is (88,54,163). Sum of RGB (Red+Green+Blue) = 88+54+163=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #5836A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5836A3 is #A7C95C. Grayscale: #4C4C4C. Windows color (decimal): -10996061 or 10696280. OLE color: 10696280.

HSL color Cylindrical-coordinate representation of color #5836A3: hue angle of 258.72º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5836A3 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8854163-
CMYK0.460.6700.36
HSL258.72º50.23%42.55%-
HSV(B)258.72º66.87%63.92%-
XYZ11.957.3635.44-
YUV76.59176.76136.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 163 (64.06% from 255) = 53.44%
R=28.85%
G=17.70%
B=53.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88541630.460.6700.36258.7250.2342.55
Hex5836A32E43024103322b
Octal13066243561030444036253
Binary10110001101101010001110111010000110100100100000011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5836A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5836A3; }

 p { color: rgb(88,54,163); }

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

<style>
 a { background-color: #5836A3; }

 a { background-color: rgb(88,54,163); }

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

<style>
 span { border-color: #5836A3; }

 span { border-color: rgb(88,54,163); }

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