Html Css Color HEX #552771 Blue Diamond

📋 copy color: '#552771'

red 85 ◦ green 39 ◦ blue 113

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

Shades of Blue Diamond #552771

Tints of Blue Diamond #552771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.46%

 BLUE value IS 113 (44.53% from 255) = 47.68%

R = 35.86%
G = 16.46%
B = 47.68%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#552771 (or 0x552771) is known color: Blue Diamond. HEX triplet: 55, 27 and 71. RGB value is (85,39,113). Sum of RGB (Red+Green+Blue) = 85+39+113=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #552771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552771 is #AAD88E. Grayscale: #3C3C3C. Windows color (decimal): -11196559 or 7415637. OLE color: 7415637.

HSL color Cylindrical-coordinate representation of color #552771: hue angle of 277.3º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #552771 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 39 113 -
CMYK 0.25 0.65 0 0.56
HSL 277.3º 0.49% 0.3% -
HSV(B) 277.3º 0.65% 0.44% -
XYZ 7.45 4.57 16.11 -
YUV 61.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 85 39 113 0.25 0.65 0 0.56 277.3 0.49 0.3
Hex 55 27 71 19 41 0 38 115 31 1E
Octal 125 47 161 31 101 0 70 425 61 36
Binary 1010101 100111 1110001 11001 1000001 0 111000 100010101 110001 11110

Color Harmonies of #552771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552771

Black with #552771

Text Example


Text Example

White with #552771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552771; }

 p { color: rgb(85,39,113); }

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

background-color css

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

 a { background-color: rgb(85,39,113); }

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

border-color css

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

 span { border-color: rgb(85,39,113); }

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