Html Css Color HEX #552770 Blue Diamond

📋 copy color: '#552770'

red 85 ◦ green 39 ◦ blue 112

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

Shades of Blue Diamond #552770

Tints of Blue Diamond #552770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.53%

 BLUE value IS 112 (44.14% from 255) = 47.46%

R = 36.02%
G = 16.53%
B = 47.46%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#552770 (or 0x552770) is known color: Blue Diamond. HEX triplet: 55, 27 and 70. RGB value is (85,39,112). Sum of RGB (Red+Green+Blue) = 85+39+112=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #552770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552770 is #AAD88F. Grayscale: #3C3C3C. Windows color (decimal): -11196560 or 7350101. OLE color: 7350101.

HSL color Cylindrical-coordinate representation of color #552770: hue angle of 277.81º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #552770 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 39 112 -
CMYK 0.24 0.65 0 0.56
HSL 277.81º 0.48% 0.3% -
HSV(B) 277.81º 0.65% 0.44% -
XYZ 7.4 4.55 15.82 -
YUV 61.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 85 39 112 0.24 0.65 0 0.56 277.81 0.48 0.3
Hex 55 27 70 18 41 0 38 116 30 1E
Octal 125 47 160 30 101 0 70 426 60 36
Binary 1010101 100111 1110000 11000 1000001 0 111000 100010110 110000 11110

Color Harmonies of #552770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552770

Black with #552770

Text Example


Text Example

White with #552770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552770; }

 p { color: rgb(85,39,112); }

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

background-color css

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

 a { background-color: rgb(85,39,112); }

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

border-color css

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

 span { border-color: rgb(85,39,112); }

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