Html Css Color HEX #552C76 Blue Diamond

📋 copy color: '#552C76'

red 85 ◦ green 44 ◦ blue 118

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

Shades of Blue Diamond #552C76

Tints of Blue Diamond #552C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 34.41%
G = 17.81%
B = 47.77%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#552C76 (or 0x552C76) is known color: Blue Diamond. HEX triplet: 55, 2C and 76. RGB value is (85,44,118). Sum of RGB (Red+Green+Blue) = 85+44+118=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #552C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C76 is #AAD389. Grayscale: #404040. Windows color (decimal): -11195274 or 7744597. OLE color: 7744597.

HSL color Cylindrical-coordinate representation of color #552C76: hue angle of 273.24º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #552C76 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 44 118 -
CMYK 0.28 0.63 0 0.54
HSL 273.24º 0.46% 0.32% -
HSV(B) 273.24º 0.63% 0.46% -
XYZ 7.92 5.04 17.7 -
YUV 64.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 85 44 118 0.28 0.63 0 0.54 273.24 0.46 0.32
Hex 55 2C 76 1C 3F 0 36 111 2E 20
Octal 125 54 166 34 77 0 66 421 56 40
Binary 1010101 101100 1110110 11100 111111 0 110110 100010001 101110 100000

Color Harmonies of #552C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C76

Black with #552C76

Text Example


Text Example

White with #552C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552C76; }

 p { color: rgb(85,44,118); }

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

background-color css

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

 a { background-color: rgb(85,44,118); }

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

border-color css

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

 span { border-color: rgb(85,44,118); }

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