Html Css Color HEX #5C379A Daisy Bush

📋 copy color: '#5C379A'

red 92 ◦ green 55 ◦ blue 154

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

Shades of Daisy Bush #5C379A

Tints of Daisy Bush #5C379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.16%

R = 30.56%
G = 18.27%
B = 51.16%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5C379A (or 0x5C379A) is known color: Daisy Bush. HEX triplet: 5C, 37 and 9A. RGB value is (92,55,154). Sum of RGB (Red+Green+Blue) = 92+55+154=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C379A is #A3C865. Grayscale: #4C4C4C. Windows color (decimal): -10733670 or 10106716. OLE color: 10106716.

HSL color Cylindrical-coordinate representation of color #5C379A: hue angle of 262.42º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C379A is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 55 154 -
CMYK 0.40 0.64 0 0.40
HSL 262.42º 0.47% 0.41% -
HSV(B) 262.42º 0.64% 0.6% -
XYZ 11.61 7.34 31.38 -
YUV 77.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 92 55 154 0.40 0.64 0 0.40 262.42 0.47 0.41
Hex 5C 37 9A 28 40 0 28 106 2F 29
Octal 134 67 232 50 100 0 50 406 57 51
Binary 1011100 110111 10011010 101000 1000000 0 101000 100000110 101111 101001

Color Harmonies of #5C379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C379A

Black with #5C379A

Text Example


Text Example

White with #5C379A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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