Html Css Color HEX #552571 Blue Diamond

📋 copy color: '#552571'

red 85 ◦ green 37 ◦ blue 113

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

Shades of Blue Diamond #552571

Tints of Blue Diamond #552571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

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

R = 36.17%
G = 15.74%
B = 48.09%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#552571 (or 0x552571) is known color: Blue Diamond. HEX triplet: 55, 25 and 71. RGB value is (85,37,113). Sum of RGB (Red+Green+Blue) = 85+37+113=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #552571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552571 is #AADA8E. Grayscale: #3B3B3B. Windows color (decimal): -11197071 or 7415125. OLE color: 7415125.

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

Color convert

RGB 85 37 113 -
CMYK 0.25 0.67 0 0.56
HSL 277.89º 0.51% 0.29% -
HSV(B) 277.89º 0.67% 0.44% -
XYZ 7.39 4.45 16.09 -
YUV 60.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 85 37 113 0.25 0.67 0 0.56 277.89 0.51 0.29
Hex 55 25 71 19 43 0 38 116 33 1D
Octal 125 45 161 31 103 0 70 426 63 35
Binary 1010101 100101 1110001 11001 1000011 0 111000 100010110 110011 11101

Color Harmonies of #552571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552571

Black with #552571

Text Example


Text Example

White with #552571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552571; }

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

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

background-color css

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

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

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

border-color css

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

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

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