Html Css Color HEX #5528BF Purple Heart

📋 copy color: '#5528BF'

red 85 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #5528BF

Tints of Purple Heart #5528BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 191 (75% from 255) = 60.44%

R = 26.9%
G = 12.66%
B = 60.44%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5528BF (or 0x5528BF) is known color: Purple Heart. HEX triplet: 55, 28 and BF. RGB value is (85,40,191). Sum of RGB (Red+Green+Blue) = 85+40+191=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #5528BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528BF is #AAD740. Grayscale: #464646. Windows color (decimal): -11196225 or 12527701. OLE color: 12527701.

HSL color Cylindrical-coordinate representation of color #5528BF: hue angle of 257.88º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5528BF is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 40 191 -
CMYK 0.55 0.79 0 0.25
HSL 257.88º 0.65% 0.45% -
HSV(B) 257.88º 0.79% 0.75% -
XYZ 13.91 7.21 49.95 -
YUV 70.67 195.91 138.22 -
System Red Green Blue C M Y K H S L
Decimal 85 40 191 0.55 0.79 0 0.25 257.88 0.65 0.45
Hex 55 28 BF 37 4F 0 19 102 41 2D
Octal 125 50 277 67 117 0 31 402 101 55
Binary 1010101 101000 10111111 110111 1001111 0 11001 100000010 1000001 101101

Color Harmonies of #5528BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528BF

Black with #5528BF

Text Example


Text Example

White with #5528BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5528BF; }

 p { color: rgb(85,40,191); }

 H1.HeaderClassName
 {
   color: #5528BF;
 }
 .AnyTagClassName
 {
   color: #5528BF;
 }
</style>

background-color css

<style>
 a { background-color: #5528BF; }

 a { background-color: rgb(85,40,191); }

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

border-color css

<style>
 span { border-color: #5528BF; }

 span { border-color: rgb(85,40,191); }

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