Html Css Color HEX #552E71 Blue Diamond

📋 copy color: '#552E71'

red 85 ◦ green 46 ◦ blue 113

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

Shades of Blue Diamond #552E71

Tints of Blue Diamond #552E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.85%

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

R = 34.84%
G = 18.85%
B = 46.31%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#552E71 (or 0x552E71) is known color: Blue Diamond. HEX triplet: 55, 2E and 71. RGB value is (85,46,113). Sum of RGB (Red+Green+Blue) = 85+46+113=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #552E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E71 is #AAD18E. Grayscale: #414141. Windows color (decimal): -11194767 or 7417429. OLE color: 7417429.

HSL color Cylindrical-coordinate representation of color #552E71: hue angle of 274.93º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552E71 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 46 113 -
CMYK 0.25 0.59 0 0.56
HSL 274.93º 0.42% 0.31% -
HSV(B) 274.93º 0.59% 0.44% -
XYZ 7.7 5.08 16.2 -
YUV 65.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 85 46 113 0.25 0.59 0 0.56 274.93 0.42 0.31
Hex 55 2E 71 19 3B 0 38 113 2A 1F
Octal 125 56 161 31 73 0 70 423 52 37
Binary 1010101 101110 1110001 11001 111011 0 111000 100010011 101010 11111

Color Harmonies of #552E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E71

Black with #552E71

Text Example


Text Example

White with #552E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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