Html Css Color HEX #552076 Blue Diamond

📋 copy color: '#552076'

red 85 ◦ green 32 ◦ blue 118

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

Shades of Blue Diamond #552076

Tints of Blue Diamond #552076

RGB

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

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

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

R = 36.17%
G = 13.62%
B = 50.21%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#552076 (or 0x552076) is known color: Blue Diamond. HEX triplet: 55, 20 and 76. RGB value is (85,32,118). Sum of RGB (Red+Green+Blue) = 85+32+118=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #552076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552076 is #AADF89. Grayscale: #393939. Windows color (decimal): -11198346 or 7741525. OLE color: 7741525.

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

Color convert

RGB 85 32 118 -
CMYK 0.28 0.73 0 0.54
HSL 276.98º 0.57% 0.29% -
HSV(B) 276.98º 0.73% 0.46% -
XYZ 7.53 4.27 17.57 -
YUV 57.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 85 32 118 0.28 0.73 0 0.54 276.98 0.57 0.29
Hex 55 20 76 1C 49 0 36 115 39 1D
Octal 125 40 166 34 111 0 66 425 71 35
Binary 1010101 100000 1110110 11100 1001001 0 110110 100010101 111001 11101

Color Harmonies of #552076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552076

Black with #552076

Text Example


Text Example

White with #552076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552076; }

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

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

background-color css

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

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

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

border-color css

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

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

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