Html Css Color HEX #5C359B Daisy Bush

📋 copy color: '#5C359B'

red 92 ◦ green 53 ◦ blue 155

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

Shades of Daisy Bush #5C359B

Tints of Daisy Bush #5C359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 30.67%
G = 17.67%
B = 51.67%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C359B (or 0x5C359B) is known color: Daisy Bush. HEX triplet: 5C, 35 and 9B. RGB value is (92,53,155). Sum of RGB (Red+Green+Blue) = 92+53+155=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C359B is #A3CA64. Grayscale: #4B4B4B. Windows color (decimal): -10734181 or 10171740. OLE color: 10171740.

HSL color Cylindrical-coordinate representation of color #5C359B: hue angle of 262.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C359B is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 53 155 -
CMYK 0.41 0.66 0 0.39
HSL 262.94º 0.49% 0.41% -
HSV(B) 262.94º 0.66% 0.61% -
XYZ 11.6 7.19 31.79 -
YUV 76.29 172.42 139.21 -
System Red Green Blue C M Y K H S L
Decimal 92 53 155 0.41 0.66 0 0.39 262.94 0.49 0.41
Hex 5C 35 9B 29 42 0 27 107 31 29
Octal 134 65 233 51 102 0 47 407 61 51
Binary 1011100 110101 10011011 101001 1000010 0 100111 100000111 110001 101001

Color Harmonies of #5C359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C359B

Black with #5C359B

Text Example


Text Example

White with #5C359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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