Html Css Color HEX #5C499A Daisy Bush

📋 copy color: '#5C499A'

red 92 ◦ green 73 ◦ blue 154

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

Shades of Daisy Bush #5C499A

Tints of Daisy Bush #5C499A

RGB

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

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

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

R = 28.84%
G = 22.88%
B = 48.28%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5C499A (or 0x5C499A) is known color: Daisy Bush. HEX triplet: 5C, 49 and 9A. RGB value is (92,73,154). Sum of RGB (Red+Green+Blue) = 92+73+154=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C499A is #A3B665. Grayscale: #575757. Windows color (decimal): -10729062 or 10111324. OLE color: 10111324.

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

Color convert

RGB 92 73 154 -
CMYK 0.40 0.53 0 0.40
HSL 254.07º 0.36% 0.45% -
HSV(B) 254.07º 0.53% 0.6% -
XYZ 12.63 9.37 31.72 -
YUV 87.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 92 73 154 0.40 0.53 0 0.40 254.07 0.36 0.45
Hex 5C 49 9A 28 35 0 28 FE 24 2D
Octal 134 111 232 50 65 0 50 376 44 55
Binary 1011100 1001001 10011010 101000 110101 0 101000 11111110 100100 101101

Color Harmonies of #5C499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C499A

Black with #5C499A

Text Example


Text Example

White with #5C499A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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