Html Css Color HEX #553171 Blue Diamond

📋 copy color: '#553171'

red 85 ◦ green 49 ◦ blue 113

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

Shades of Blue Diamond #553171

Tints of Blue Diamond #553171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 34.41%
G = 19.84%
B = 45.75%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#553171 (or 0x553171) is known color: Blue Diamond. HEX triplet: 55, 31 and 71. RGB value is (85,49,113). Sum of RGB (Red+Green+Blue) = 85+49+113=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #553171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553171 is #AACE8E. Grayscale: #424242. Windows color (decimal): -11193999 or 7418197. OLE color: 7418197.

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

Color convert

RGB 85 49 113 -
CMYK 0.25 0.57 0 0.56
HSL 273.75º 0.4% 0.32% -
HSV(B) 273.75º 0.57% 0.44% -
XYZ 7.83 5.32 16.24 -
YUV 67.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 85 49 113 0.25 0.57 0 0.56 273.75 0.4 0.32
Hex 55 31 71 19 39 0 38 112 28 20
Octal 125 61 161 31 71 0 70 422 50 40
Binary 1010101 110001 1110001 11001 111001 0 111000 100010010 101000 100000

Color Harmonies of #553171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553171

Black with #553171

Text Example


Text Example

White with #553171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553171; }

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

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

background-color css

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

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

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

border-color css

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

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

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