Html Css Color HEX #5C4999 Daisy Bush

📋 copy color: '#5C4999'

red 92 ◦ green 73 ◦ blue 153

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

Shades of Daisy Bush #5C4999

Tints of Daisy Bush #5C4999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 28.93%
G = 22.96%
B = 48.11%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5C4999 (or 0x5C4999) is known color: Daisy Bush. HEX triplet: 5C, 49 and 99. RGB value is (92,73,153). Sum of RGB (Red+Green+Blue) = 92+73+153=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C4999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4999 is #A3B666. Grayscale: #575757. Windows color (decimal): -10729063 or 10045788. OLE color: 10045788.

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

Color convert

RGB 92 73 153 -
CMYK 0.40 0.52 0 0.4
HSL 254.25º 0.35% 0.44% -
HSV(B) 254.25º 0.52% 0.6% -
XYZ 12.55 9.34 31.28 -
YUV 87.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 92 73 153 0.40 0.52 0 0.4 254.25 0.35 0.44
Hex 5C 49 99 28 34 0 28 FE 23 2C
Octal 134 111 231 50 64 0 50 376 43 54
Binary 1011100 1001001 10011001 101000 110100 0 101000 11111110 100011 101100

Color Harmonies of #5C4999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4999

Black with #5C4999

Text Example


Text Example

White with #5C4999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,73,153); }

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

background-color css

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

 a { background-color: rgb(92,73,153); }

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

border-color css

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

 span { border-color: rgb(92,73,153); }

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