Html Css Color HEX #5C478F Daisy Bush

📋 copy color: '#5C478F'

red 92 ◦ green 71 ◦ blue 143

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

Shades of Daisy Bush #5C478F

Tints of Daisy Bush #5C478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.73%

R = 30.07%
G = 23.2%
B = 46.73%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C478F (or 0x5C478F) is known color: Daisy Bush. HEX triplet: 5C, 47 and 8F. RGB value is (92,71,143). Sum of RGB (Red+Green+Blue) = 92+71+143=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C478F is #A3B870. Grayscale: #555555. Windows color (decimal): -10729585 or 9389916. OLE color: 9389916.

HSL color Cylindrical-coordinate representation of color #5C478F: hue angle of 257.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C478F is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 71 143 -
CMYK 0.36 0.50 0 0.44
HSL 257.5º 0.34% 0.42% -
HSV(B) 257.5º 0.5% 0.56% -
XYZ 11.62 8.76 27.07 -
YUV 85.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 92 71 143 0.36 0.50 0 0.44 257.5 0.34 0.42
Hex 5C 47 8F 24 32 0 2C 102 22 2A
Octal 134 107 217 44 62 0 54 402 42 52
Binary 1011100 1000111 10001111 100100 110010 0 101100 100000010 100010 101010

Color Harmonies of #5C478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C478F

Black with #5C478F

Text Example


Text Example

White with #5C478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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