Html Css Color HEX #552271 Blue Diamond

📋 copy color: '#552271'

red 85 ◦ green 34 ◦ blue 113

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

Shades of Blue Diamond #552271

Tints of Blue Diamond #552271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 36.64%
G = 14.66%
B = 48.71%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#552271 (or 0x552271) is known color: Blue Diamond. HEX triplet: 55, 22 and 71. RGB value is (85,34,113). Sum of RGB (Red+Green+Blue) = 85+34+113=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #552271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552271 is #AADD8E. Grayscale: #393939. Windows color (decimal): -11197839 or 7414357. OLE color: 7414357.

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

Color convert

RGB 85 34 113 -
CMYK 0.25 0.70 0 0.56
HSL 278.73º 0.54% 0.29% -
HSV(B) 278.73º 0.7% 0.44% -
XYZ 7.3 4.27 16.06 -
YUV 58.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 85 34 113 0.25 0.70 0 0.56 278.73 0.54 0.29
Hex 55 22 71 19 46 0 38 117 36 1D
Octal 125 42 161 31 106 0 70 427 66 35
Binary 1010101 100010 1110001 11001 1000110 0 111000 100010111 110110 11101

Color Harmonies of #552271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552271

Black with #552271

Text Example


Text Example

White with #552271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552271; }

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

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

background-color css

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

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

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

border-color css

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

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

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