Html Css Color HEX #5C358F Daisy Bush

📋 copy color: '#5C358F'

red 92 ◦ green 53 ◦ blue 143

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

Shades of Daisy Bush #5C358F

Tints of Daisy Bush #5C358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

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

R = 31.94%
G = 18.4%
B = 49.65%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C358F (or 0x5C358F) is known color: Daisy Bush. HEX triplet: 5C, 35 and 8F. RGB value is (92,53,143). Sum of RGB (Red+Green+Blue) = 92+53+143=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C358F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C358F is #A3CA70. Grayscale: #4A4A4A. Windows color (decimal): -10734193 or 9385308. OLE color: 9385308.

HSL color Cylindrical-coordinate representation of color #5C358F: hue angle of 266º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C358F is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 53 143 -
CMYK 0.36 0.63 0 0.44
HSL 266º 0.46% 0.38% -
HSV(B) 266º 0.63% 0.56% -
XYZ 10.64 6.8 26.74 -
YUV 74.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 92 53 143 0.36 0.63 0 0.44 266 0.46 0.38
Hex 5C 35 8F 24 3F 0 2C 10A 2E 26
Octal 134 65 217 44 77 0 54 412 56 46
Binary 1011100 110101 10001111 100100 111111 0 101100 100001010 101110 100110

Color Harmonies of #5C358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C358F

Black with #5C358F

Text Example


Text Example

White with #5C358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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