Html Css Color HEX #5536BC Purple Heart

📋 copy color: '#5536BC'

red 85 ◦ green 54 ◦ blue 188

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

Shades of Purple Heart #5536BC

Tints of Purple Heart #5536BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 25.99%
G = 16.51%
B = 57.49%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5536BC (or 0x5536BC) is known color: Purple Heart. HEX triplet: 55, 36 and BC. RGB value is (85,54,188). Sum of RGB (Red+Green+Blue) = 85+54+188=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #5536BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5536BC is #AAC943. Grayscale: #4E4E4E. Windows color (decimal): -11192644 or 12334677. OLE color: 12334677.

HSL color Cylindrical-coordinate representation of color #5536BC: hue angle of 253.88º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5536BC is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 54 188 -
CMYK 0.55 0.71 0 0.26
HSL 253.88º 0.55% 0.47% -
HSV(B) 253.88º 0.71% 0.74% -
XYZ 14.14 8.2 48.41 -
YUV 78.55 189.77 132.6 -
System Red Green Blue C M Y K H S L
Decimal 85 54 188 0.55 0.71 0 0.26 253.88 0.55 0.47
Hex 55 36 BC 37 47 0 1A FE 37 2F
Octal 125 66 274 67 107 0 32 376 67 57
Binary 1010101 110110 10111100 110111 1000111 0 11010 11111110 110111 101111

Color Harmonies of #5536BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5536BC

Black with #5536BC

Text Example


Text Example

White with #5536BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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