Html Css Color HEX #552079 Blue Diamond

📋 copy color: '#552079'

red 85 ◦ green 32 ◦ blue 121

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

Shades of Blue Diamond #552079

Tints of Blue Diamond #552079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.84%

R = 35.71%
G = 13.45%
B = 50.84%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#552079 (or 0x552079) is known color: Blue Diamond. HEX triplet: 55, 20 and 79. RGB value is (85,32,121). Sum of RGB (Red+Green+Blue) = 85+32+121=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #552079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552079 is #AADF86. Grayscale: #393939. Windows color (decimal): -11198343 or 7938133. OLE color: 7938133.

HSL color Cylindrical-coordinate representation of color #552079: hue angle of 275.73º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552079 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 32 121 -
CMYK 0.30 0.74 0 0.53
HSL 275.73º 0.58% 0.3% -
HSV(B) 275.73º 0.74% 0.47% -
XYZ 7.71 4.34 18.52 -
YUV 57.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 85 32 121 0.30 0.74 0 0.53 275.73 0.58 0.3
Hex 55 20 79 1E 4A 0 35 114 3A 1E
Octal 125 40 171 36 112 0 65 424 72 36
Binary 1010101 100000 1111001 11110 1001010 0 110101 100010100 111010 11110

Color Harmonies of #552079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552079

Black with #552079

Text Example


Text Example

White with #552079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552079; }

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

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

background-color css

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

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

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

border-color css

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

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

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