Html Css Color HEX #5C479C Daisy Bush

📋 copy color: '#5C479C'

red 92 ◦ green 71 ◦ blue 156

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

Shades of Daisy Bush #5C479C

Tints of Daisy Bush #5C479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 28.84%
G = 22.26%
B = 48.9%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C479C (or 0x5C479C) is known color: Daisy Bush. HEX triplet: 5C, 47 and 9C. RGB value is (92,71,156). Sum of RGB (Red+Green+Blue) = 92+71+156=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C479C is #A3B863. Grayscale: #565656. Windows color (decimal): -10729572 or 10241884. OLE color: 10241884.

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

Color convert

RGB 92 71 156 -
CMYK 0.41 0.54 0 0.39
HSL 254.82º 0.37% 0.45% -
HSV(B) 254.82º 0.54% 0.61% -
XYZ 12.67 9.18 32.56 -
YUV 86.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 92 71 156 0.41 0.54 0 0.39 254.82 0.37 0.45
Hex 5C 47 9C 29 36 0 27 FF 25 2D
Octal 134 107 234 51 66 0 47 377 45 55
Binary 1011100 1000111 10011100 101001 110110 0 100111 11111111 100101 101101

Color Harmonies of #5C479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C479C

Black with #5C479C

Text Example


Text Example

White with #5C479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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