Html Css Color HEX #5536B4 Purple Heart

📋 copy color: '#5536B4'

red 85 ◦ green 54 ◦ blue 180

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

Shades of Purple Heart #5536B4

Tints of Purple Heart #5536B4

RGB

 RED value IS 85 (33.59% from 255) = 26.65%

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

 BLUE value IS 180 (70.7% from 255) = 56.43%

R = 26.65%
G = 16.93%
B = 56.43%

CMYK

 C value IS 0.53

 M value IS 0.7

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5536B4 (or 0x5536B4) is known color: Purple Heart. HEX triplet: 55, 36 and B4. RGB value is (85,54,180). Sum of RGB (Red+Green+Blue) = 85+54+180=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #5536B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5536B4 is #AAC94B. Grayscale: #4D4D4D. Windows color (decimal): -11192652 or 11810389. OLE color: 11810389.

HSL color Cylindrical-coordinate representation of color #5536B4: hue angle of 254.76º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5536B4 is Cyan = 0.53, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 54 180 -
CMYK 0.53 0.7 0 0.29
HSL 254.76º 0.54% 0.46% -
HSV(B) 254.76º 0.7% 0.71% -
XYZ 13.3 7.86 44 -
YUV 77.63 185.77 133.25 -
System Red Green Blue C M Y K H S L
Decimal 85 54 180 0.53 0.7 0 0.29 254.76 0.54 0.46
Hex 55 36 B4 35 46 0 1D FF 36 2E
Octal 125 66 264 65 106 0 35 377 66 56
Binary 1010101 110110 10110100 110101 1000110 0 11101 11111111 110110 101110

Color Harmonies of #5536B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5536B4

Black with #5536B4

Text Example


Text Example

White with #5536B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5536B4; }

 p { color: rgb(85,54,180); }

 H1.HeaderClassName
 {
   color: #5536B4;
 }
 .AnyTagClassName
 {
   color: #5536B4;
 }
</style>

background-color css

<style>
 a { background-color: #5536B4; }

 a { background-color: rgb(85,54,180); }

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

border-color css

<style>
 span { border-color: #5536B4; }

 span { border-color: rgb(85,54,180); }

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