Html Css Color HEX #552073 Blue Diamond

📋 copy color: '#552073'

red 85 ◦ green 32 ◦ blue 115

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

Shades of Blue Diamond #552073

Tints of Blue Diamond #552073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 36.64%
G = 13.79%
B = 49.57%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#552073 (or 0x552073) is known color: Blue Diamond. HEX triplet: 55, 20 and 73. RGB value is (85,32,115). Sum of RGB (Red+Green+Blue) = 85+32+115=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #552073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552073 is #AADF8C. Grayscale: #393939. Windows color (decimal): -11198349 or 7544917. OLE color: 7544917.

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

Color convert

RGB 85 32 115 -
CMYK 0.26 0.72 0 0.55
HSL 278.31º 0.56% 0.29% -
HSV(B) 278.31º 0.72% 0.45% -
XYZ 7.36 4.2 16.64 -
YUV 57.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 85 32 115 0.26 0.72 0 0.55 278.31 0.56 0.29
Hex 55 20 73 1A 48 0 37 116 38 1D
Octal 125 40 163 32 110 0 67 426 70 35
Binary 1010101 100000 1110011 11010 1001000 0 110111 100010110 111000 11101

Color Harmonies of #552073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552073

Black with #552073

Text Example


Text Example

White with #552073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552073; }

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

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

background-color css

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

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

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

border-color css

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

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

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