Html Css Color HEX #552773 Blue Diamond

📋 copy color: '#552773'

red 85 ◦ green 39 ◦ blue 115

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

Shades of Blue Diamond #552773

Tints of Blue Diamond #552773

RGB

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

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

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

R = 35.56%
G = 16.32%
B = 48.12%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552773 (or 0x552773) is known color: Blue Diamond. HEX triplet: 55, 27 and 73. RGB value is (85,39,115). Sum of RGB (Red+Green+Blue) = 85+39+115=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #552773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552773 is #AAD88C. Grayscale: #3D3D3D. Windows color (decimal): -11196557 or 7546709. OLE color: 7546709.

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

Color convert

RGB 85 39 115 -
CMYK 0.26 0.66 0 0.55
HSL 276.32º 0.49% 0.3% -
HSV(B) 276.32º 0.66% 0.45% -
XYZ 7.57 4.62 16.71 -
YUV 61.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 85 39 115 0.26 0.66 0 0.55 276.32 0.49 0.3
Hex 55 27 73 1A 42 0 37 114 31 1E
Octal 125 47 163 32 102 0 67 424 61 36
Binary 1010101 100111 1110011 11010 1000010 0 110111 100010100 110001 11110

Color Harmonies of #552773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552773

Black with #552773

Text Example


Text Example

White with #552773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552773; }

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

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

background-color css

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

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

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

border-color css

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

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

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