#5a2d9c

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

Shades of Daisy Bush #5A2D9C

Tints of Daisy Bush #5A2D9C

Color information

#5A2D9C (or 0x5A2D9C) is unknown color: approx Daisy Bush. HEX triplet: 5A, 2D and 9C. RGB value is (90,45,156). Sum of RGB (Red+Green+Blue) = 90+45+156=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A2D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2D9C is #A5D263. Grayscale: #464646. Windows color (decimal): -10867300 or 10235226. OLE color: 10235226.

HSL color Cylindrical-coordinate representation of color #5A2D9C: hue angle of 264.32º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A2D9C is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9045156-
CMYK0.420.7100.39
HSL264.32º55.22%39.41%-
HSV(B)264.32º71.15%61.18%-
XYZ11.166.4532.11-
YUV71.11175.91141.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 156 (61.33% from 255) = 53.61%
R=30.93%
G=15.46%
B=53.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90451560.420.7100.39264.3255.2239.41
Hex5A2D9C2A470271083727
Octal13255234521070474106747
Binary10110101011011001110010101010001110100111100001000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a2d9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,45,156); }

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

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

 a { background-color: rgb(90,45,156); }

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

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

 span { border-color: rgb(90,45,156); }

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