Html Css Color HEX #5C379F Daisy Bush

📋 copy color: '#5C379F'

red 92 ◦ green 55 ◦ blue 159

#5C379F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #5C379F

Tints of Daisy Bush #5C379F

RGB

 RED value IS 92 (36.33% from 255) = 30.07%

 GREEN value IS 55 (21.88% from 255) = 17.97%

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 30.07%
G = 17.97%
B = 51.96%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C379F (or 0x5C379F) is known color: Daisy Bush. HEX triplet: 5C, 37 and 9F. RGB value is (92,55,159). Sum of RGB (Red+Green+Blue) = 92+55+159=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C379F is #A3C860. Grayscale: #4D4D4D. Windows color (decimal): -10733665 or 10434396. OLE color: 10434396.

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

Color convert

RGB 92 55 159 -
CMYK 0.42 0.65 0 0.38
HSL 261.35º 0.49% 0.42% -
HSV(B) 261.35º 0.65% 0.62% -
XYZ 12.04 7.51 33.62 -
YUV 77.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 92 55 159 0.42 0.65 0 0.38 261.35 0.49 0.42
Hex 5C 37 9F 2A 41 0 26 105 31 2A
Octal 134 67 237 52 101 0 46 405 61 52
Binary 1011100 110111 10011111 101010 1000001 0 100110 100000101 110001 101010

Color Harmonies of #5C379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C379F

Black with #5C379F

Text Example


Text Example

White with #5C379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,159); }

 H1.HeaderClassName
 {
   color: #5C379F;
 }
 .AnyTagClassName
 {
   color: #5C379F;
 }
</style>

background-color css

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

 a { background-color: rgb(92,55,159); }

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

border-color css

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

 span { border-color: rgb(92,55,159); }

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