Html Css Color HEX #5C479A Daisy Bush

📋 copy color: '#5C479A'

red 92 ◦ green 71 ◦ blue 154

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

Shades of Daisy Bush #5C479A

Tints of Daisy Bush #5C479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

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

R = 29.02%
G = 22.4%
B = 48.58%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5C479A (or 0x5C479A) is known color: Daisy Bush. HEX triplet: 5C, 47 and 9A. RGB value is (92,71,154). Sum of RGB (Red+Green+Blue) = 92+71+154=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C479A is #A3B865. Grayscale: #565656. Windows color (decimal): -10729574 or 10110812. OLE color: 10110812.

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

Color convert

RGB 92 71 154 -
CMYK 0.40 0.54 0 0.40
HSL 255.18º 0.37% 0.44% -
HSV(B) 255.18º 0.54% 0.6% -
XYZ 12.5 9.11 31.67 -
YUV 86.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 92 71 154 0.40 0.54 0 0.40 255.18 0.37 0.44
Hex 5C 47 9A 28 36 0 28 FF 25 2C
Octal 134 107 232 50 66 0 50 377 45 54
Binary 1011100 1000111 10011010 101000 110110 0 101000 11111111 100101 101100

Color Harmonies of #5C479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C479A

Black with #5C479A

Text Example


Text Example

White with #5C479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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