Html Css Color HEX #5536BE Purple Heart

📋 copy color: '#5536BE'

red 85 ◦ green 54 ◦ blue 190

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

Shades of Purple Heart #5536BE

Tints of Purple Heart #5536BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 25.84%
G = 16.41%
B = 57.75%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5536BE (or 0x5536BE) is known color: Purple Heart. HEX triplet: 55, 36 and BE. RGB value is (85,54,190). Sum of RGB (Red+Green+Blue) = 85+54+190=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #5536BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5536BE is #AAC941. Grayscale: #4E4E4E. Windows color (decimal): -11192642 or 12465749. OLE color: 12465749.

HSL color Cylindrical-coordinate representation of color #5536BE: hue angle of 253.68º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5536BE is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 54 190 -
CMYK 0.55 0.72 0 0.25
HSL 253.68º 0.56% 0.48% -
HSV(B) 253.68º 0.72% 0.75% -
XYZ 14.36 8.29 49.56 -
YUV 78.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 85 54 190 0.55 0.72 0 0.25 253.68 0.56 0.48
Hex 55 36 BE 37 48 0 19 FE 38 30
Octal 125 66 276 67 110 0 31 376 70 60
Binary 1010101 110110 10111110 110111 1001000 0 11001 11111110 111000 110000

Color Harmonies of #5536BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5536BE

Black with #5536BE

Text Example


Text Example

White with #5536BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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