Html Css Color HEX #552479 Blue Diamond

📋 copy color: '#552479'

red 85 ◦ green 36 ◦ blue 121

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

Shades of Blue Diamond #552479

Tints of Blue Diamond #552479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

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

R = 35.12%
G = 14.88%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#552479 (or 0x552479) is known color: Blue Diamond. HEX triplet: 55, 24 and 79. RGB value is (85,36,121). Sum of RGB (Red+Green+Blue) = 85+36+121=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #552479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552479 is #AADB86. Grayscale: #3C3C3C. Windows color (decimal): -11197319 or 7939157. OLE color: 7939157.

HSL color Cylindrical-coordinate representation of color #552479: hue angle of 274.59º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #552479 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 36 121 -
CMYK 0.30 0.70 0 0.53
HSL 274.59º 0.54% 0.31% -
HSV(B) 274.59º 0.7% 0.47% -
XYZ 7.83 4.57 18.56 -
YUV 60.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 85 36 121 0.30 0.70 0 0.53 274.59 0.54 0.31
Hex 55 24 79 1E 46 0 35 113 36 1F
Octal 125 44 171 36 106 0 65 423 66 37
Binary 1010101 100100 1111001 11110 1000110 0 110101 100010011 110110 11111

Color Harmonies of #552479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552479

Black with #552479

Text Example


Text Example

White with #552479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552479; }

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

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

background-color css

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

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

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

border-color css

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

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

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