Html Css Color HEX #552D76 Blue Diamond

📋 copy color: '#552D76'

red 85 ◦ green 45 ◦ blue 118

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

Shades of Blue Diamond #552D76

Tints of Blue Diamond #552D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.15%

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

R = 34.27%
G = 18.15%
B = 47.58%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#552D76 (or 0x552D76) is known color: Blue Diamond. HEX triplet: 55, 2D and 76. RGB value is (85,45,118). Sum of RGB (Red+Green+Blue) = 85+45+118=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #552D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D76 is #AAD289. Grayscale: #414141. Windows color (decimal): -11195018 or 7744853. OLE color: 7744853.

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

Color convert

RGB 85 45 118 -
CMYK 0.28 0.62 0 0.54
HSL 272.88º 0.45% 0.32% -
HSV(B) 272.88º 0.62% 0.46% -
XYZ 7.95 5.12 17.71 -
YUV 65.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 85 45 118 0.28 0.62 0 0.54 272.88 0.45 0.32
Hex 55 2D 76 1C 3E 0 36 111 2D 20
Octal 125 55 166 34 76 0 66 421 55 40
Binary 1010101 101101 1110110 11100 111110 0 110110 100010001 101101 100000

Color Harmonies of #552D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D76

Black with #552D76

Text Example


Text Example

White with #552D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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