Html Css Color HEX #5B365C Hot Purple

📋 copy color: '#5B365C'

red 91 ◦ green 54 ◦ blue 92

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

Shades of Hot Purple #5B365C

Tints of Hot Purple #5B365C

RGB

 RED value IS 91 (35.94% from 255) = 38.4%

 GREEN value IS 54 (21.48% from 255) = 22.78%

 BLUE value IS 92 (36.33% from 255) = 38.82%

R = 38.4%
G = 22.78%
B = 38.82%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5B365C (or 0x5B365C) is known color: Hot Purple. HEX triplet: 5B, 36 and 5C. RGB value is (91,54,92). Sum of RGB (Red+Green+Blue) = 91+54+92=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B365C is #A4C9A3. Grayscale: #454545. Windows color (decimal): -10799524 or 6043227. OLE color: 6043227.

HSL color Cylindrical-coordinate representation of color #5B365C: hue angle of 298.42º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B365C is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 54 92 -
CMYK 0.01 0.41 0 0.64
HSL 298.42º 0.26% 0.29% -
HSV(B) 298.42º 0.41% 0.36% -
XYZ 7.57 5.64 10.81 -
YUV 69.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 91 54 92 0.01 0.41 0 0.64 298.42 0.26 0.29
Hex 5B 36 5C 1 29 0 40 12A 1A 1D
Octal 133 66 134 1 51 0 100 452 32 35
Binary 1011011 110110 1011100 1 101001 0 1000000 100101010 11010 11101

Color Harmonies of #5B365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B365C

Black with #5B365C

Text Example


Text Example

White with #5B365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,54,92); }

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

background-color css

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

 a { background-color: rgb(91,54,92); }

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

border-color css

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

 span { border-color: rgb(91,54,92); }

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