Html Css Color HEX #552B73 Blue Diamond

📋 copy color: '#552B73'

red 85 ◦ green 43 ◦ blue 115

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

Shades of Blue Diamond #552B73

Tints of Blue Diamond #552B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

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

R = 34.98%
G = 17.7%
B = 47.33%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552B73 (or 0x552B73) is known color: Blue Diamond. HEX triplet: 55, 2B and 73. RGB value is (85,43,115). Sum of RGB (Red+Green+Blue) = 85+43+115=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #552B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B73 is #AAD48C. Grayscale: #3F3F3F. Windows color (decimal): -11195533 or 7547733. OLE color: 7547733.

HSL color Cylindrical-coordinate representation of color #552B73: hue angle of 275º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #552B73 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 43 115 -
CMYK 0.26 0.63 0 0.55
HSL 275º 0.46% 0.31% -
HSV(B) 275º 0.63% 0.45% -
XYZ 7.7 4.9 16.76 -
YUV 63.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 85 43 115 0.26 0.63 0 0.55 275 0.46 0.31
Hex 55 2B 73 1A 3F 0 37 113 2E 1F
Octal 125 53 163 32 77 0 67 423 56 37
Binary 1010101 101011 1110011 11010 111111 0 110111 100010011 101110 11111

Color Harmonies of #552B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B73

Black with #552B73

Text Example


Text Example

White with #552B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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