Html Css Color HEX #552D71 Blue Diamond

📋 copy color: '#552D71'

red 85 ◦ green 45 ◦ blue 113

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

Shades of Blue Diamond #552D71

Tints of Blue Diamond #552D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

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

R = 34.98%
G = 18.52%
B = 46.5%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#552D71 (or 0x552D71) is known color: Blue Diamond. HEX triplet: 55, 2D and 71. RGB value is (85,45,113). Sum of RGB (Red+Green+Blue) = 85+45+113=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #552D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D71 is #AAD28E. Grayscale: #404040. Windows color (decimal): -11195023 or 7417173. OLE color: 7417173.

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

Color convert

RGB 85 45 113 -
CMYK 0.25 0.60 0 0.56
HSL 275.29º 0.43% 0.31% -
HSV(B) 275.29º 0.6% 0.44% -
XYZ 7.67 5 16.18 -
YUV 64.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 85 45 113 0.25 0.60 0 0.56 275.29 0.43 0.31
Hex 55 2D 71 19 3C 0 38 113 2B 1F
Octal 125 55 161 31 74 0 70 423 53 37
Binary 1010101 101101 1110001 11001 111100 0 111000 100010011 101011 11111

Color Harmonies of #552D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D71

Black with #552D71

Text Example


Text Example

White with #552D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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