Html Css Color HEX #552077 Blue Diamond

📋 copy color: '#552077'

red 85 ◦ green 32 ◦ blue 119

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

Shades of Blue Diamond #552077

Tints of Blue Diamond #552077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 36.02%
G = 13.56%
B = 50.42%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#552077 (or 0x552077) is known color: Blue Diamond. HEX triplet: 55, 20 and 77. RGB value is (85,32,119). Sum of RGB (Red+Green+Blue) = 85+32+119=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #552077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552077 is #AADF88. Grayscale: #393939. Windows color (decimal): -11198345 or 7807061. OLE color: 7807061.

HSL color Cylindrical-coordinate representation of color #552077: hue angle of 276.55º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552077 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 32 119 -
CMYK 0.29 0.73 0 0.53
HSL 276.55º 0.58% 0.3% -
HSV(B) 276.55º 0.73% 0.47% -
XYZ 7.59 4.3 17.88 -
YUV 57.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 85 32 119 0.29 0.73 0 0.53 276.55 0.58 0.3
Hex 55 20 77 1D 49 0 35 115 3A 1E
Octal 125 40 167 35 111 0 65 425 72 36
Binary 1010101 100000 1110111 11101 1001001 0 110101 100010101 111010 11110

Color Harmonies of #552077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552077

Black with #552077

Text Example


Text Example

White with #552077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552077; }

 p { color: rgb(85,32,119); }

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

background-color css

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

 a { background-color: rgb(85,32,119); }

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

border-color css

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

 span { border-color: rgb(85,32,119); }

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