Html Css Color HEX #552873 Blue Diamond

📋 copy color: '#552873'

red 85 ◦ green 40 ◦ blue 115

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

Shades of Blue Diamond #552873

Tints of Blue Diamond #552873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 35.42%
G = 16.67%
B = 47.92%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552873 (or 0x552873) is known color: Blue Diamond. HEX triplet: 55, 28 and 73. RGB value is (85,40,115). Sum of RGB (Red+Green+Blue) = 85+40+115=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #552873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552873 is #AAD78C. Grayscale: #3D3D3D. Windows color (decimal): -11196301 or 7546965. OLE color: 7546965.

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

Color convert

RGB 85 40 115 -
CMYK 0.26 0.65 0 0.55
HSL 276º 0.48% 0.3% -
HSV(B) 276º 0.65% 0.45% -
XYZ 7.6 4.69 16.72 -
YUV 62.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 85 40 115 0.26 0.65 0 0.55 276 0.48 0.3
Hex 55 28 73 1A 41 0 37 114 30 1E
Octal 125 50 163 32 101 0 67 424 60 36
Binary 1010101 101000 1110011 11010 1000001 0 110111 100010100 110000 11110

Color Harmonies of #552873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552873

Black with #552873

Text Example


Text Example

White with #552873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552873; }

 p { color: rgb(85,40,115); }

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

background-color css

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

 a { background-color: rgb(85,40,115); }

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

border-color css

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

 span { border-color: rgb(85,40,115); }

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