Html Css Color HEX #552273 Blue Diamond

📋 copy color: '#552273'

red 85 ◦ green 34 ◦ blue 115

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

Shades of Blue Diamond #552273

Tints of Blue Diamond #552273

RGB

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

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

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

R = 36.32%
G = 14.53%
B = 49.15%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552273 (or 0x552273) is known color: Blue Diamond. HEX triplet: 55, 22 and 73. RGB value is (85,34,115). Sum of RGB (Red+Green+Blue) = 85+34+115=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #552273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552273 is #AADD8C. Grayscale: #3A3A3A. Windows color (decimal): -11197837 or 7545429. OLE color: 7545429.

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

Color convert

RGB 85 34 115 -
CMYK 0.26 0.70 0 0.55
HSL 277.78º 0.54% 0.29% -
HSV(B) 277.78º 0.7% 0.45% -
XYZ 7.41 4.31 16.66 -
YUV 58.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 85 34 115 0.26 0.70 0 0.55 277.78 0.54 0.29
Hex 55 22 73 1A 46 0 37 116 36 1D
Octal 125 42 163 32 106 0 67 426 66 35
Binary 1010101 100010 1110011 11010 1000110 0 110111 100010110 110110 11101

Color Harmonies of #552273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552273

Black with #552273

Text Example


Text Example

White with #552273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552273; }

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

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

background-color css

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

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

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

border-color css

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

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

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