Html Css Color HEX #5C378C Daisy Bush

📋 copy color: '#5C378C'

red 92 ◦ green 55 ◦ blue 140

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

Shades of Daisy Bush #5C378C

Tints of Daisy Bush #5C378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

 BLUE value IS 140 (55.08% from 255) = 48.78%

R = 32.06%
G = 19.16%
B = 48.78%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C378C (or 0x5C378C) is known color: Daisy Bush. HEX triplet: 5C, 37 and 8C. RGB value is (92,55,140). Sum of RGB (Red+Green+Blue) = 92+55+140=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C378C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C378C is #A3C873. Grayscale: #4B4B4B. Windows color (decimal): -10733684 or 9189212. OLE color: 9189212.

HSL color Cylindrical-coordinate representation of color #5C378C: hue angle of 266.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C378C is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 55 140 -
CMYK 0.34 0.61 0 0.45
HSL 266.12º 0.44% 0.38% -
HSV(B) 266.12º 0.61% 0.55% -
XYZ 10.51 6.9 25.59 -
YUV 75.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 92 55 140 0.34 0.61 0 0.45 266.12 0.44 0.38
Hex 5C 37 8C 22 3D 0 2D 10A 2C 26
Octal 134 67 214 42 75 0 55 412 54 46
Binary 1011100 110111 10001100 100010 111101 0 101101 100001010 101100 100110

Color Harmonies of #5C378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C378C

Black with #5C378C

Text Example


Text Example

White with #5C378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,55,140); }

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

background-color css

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

 a { background-color: rgb(92,55,140); }

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

border-color css

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

 span { border-color: rgb(92,55,140); }

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