Html Css Color HEX #551971 Blue Diamond

📋 copy color: '#551971'

red 85 ◦ green 25 ◦ blue 113

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

Shades of Blue Diamond #551971

Tints of Blue Diamond #551971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

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

R = 38.12%
G = 11.21%
B = 50.67%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#551971 (or 0x551971) is known color: Blue Diamond. HEX triplet: 55, 19 and 71. RGB value is (85,25,113). Sum of RGB (Red+Green+Blue) = 85+25+113=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #551971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551971 is #AAE68E. Grayscale: #343434. Windows color (decimal): -11200143 or 7412053. OLE color: 7412053.

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

Color convert

RGB 85 25 113 -
CMYK 0.25 0.78 0 0.56
HSL 280.91º 0.64% 0.27% -
HSV(B) 280.91º 0.78% 0.44% -
XYZ 7.07 3.82 15.99 -
YUV 52.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 85 25 113 0.25 0.78 0 0.56 280.91 0.64 0.27
Hex 55 19 71 19 4E 0 38 119 40 1B
Octal 125 31 161 31 116 0 70 431 100 33
Binary 1010101 11001 1110001 11001 1001110 0 111000 100011001 1000000 11011

Color Harmonies of #551971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551971

Black with #551971

Text Example


Text Example

White with #551971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551971; }

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

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

background-color css

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

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

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

border-color css

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

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

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