#5C2B9B

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

Shades of Daisy Bush #5C2B9B

Tints of Daisy Bush #5C2B9B

Color information

#5C2B9B (or 0x5C2B9B) is unknown color: approx Daisy Bush. HEX triplet: 5C, 2B and 9B. RGB value is (92,43,155). Sum of RGB (Red+Green+Blue) = 92+43+155=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C2B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2B9B is #A3D464. Grayscale: #464646. Windows color (decimal): -10736741 or 10169180. OLE color: 10169180.

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

Color convert

RGB9243155-
CMYK0.410.7200.39
HSL266.25º56.57%38.82%-
HSV(B)266.25º72.26%60.78%-
XYZ11.196.3731.65-
YUV70.42175.73143.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.72%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=31.72%
G=14.83%
B=53.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92431550.410.7200.39266.2556.5738.82
Hex5C2B9B294802710a3927
Octal13453233511100474127147
Binary10111001010111001101110100110010000100111100001010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,43,155); }

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

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

 a { background-color: rgb(92,43,155); }

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

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

 span { border-color: rgb(92,43,155); }

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