#5C2E94

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

Shades of Daisy Bush #5C2E94

Tints of Daisy Bush #5C2E94

Color information

#5C2E94 (or 0x5C2E94) is unknown color: approx Daisy Bush. HEX triplet: 5C, 2E and 94. RGB value is (92,46,148). Sum of RGB (Red+Green+Blue) = 92+46+148=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C2E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2E94 is #A3D16B. Grayscale: #474747. Windows color (decimal): -10735980 or 9711196. OLE color: 9711196.

HSL color Cylindrical-coordinate representation of color #5C2E94: hue angle of 267.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C2E94 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9246148-
CMYK0.380.6900.42
HSL267.06º52.58%38.04%-
HSV(B)267.06º68.92%58.04%-
XYZ10.746.3728.68-
YUV71.38171.24142.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 148 (58.20% from 255) = 51.75%
R=32.17%
G=16.08%
B=51.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92461480.380.6900.42267.0652.5838.04
Hex5C2E94264502A10b3526
Octal13456224461050524136546
Binary10111001011101001010010011010001010101010100001011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,46,148); }

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

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

 a { background-color: rgb(92,46,148); }

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

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

 span { border-color: rgb(92,46,148); }

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