Html Css Color HEX #552B76 Blue Diamond

📋 copy color: '#552B76'

red 85 ◦ green 43 ◦ blue 118

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

Shades of Blue Diamond #552B76

Tints of Blue Diamond #552B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 34.55%
G = 17.48%
B = 47.97%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#552B76 (or 0x552B76) is known color: Blue Diamond. HEX triplet: 55, 2B and 76. RGB value is (85,43,118). Sum of RGB (Red+Green+Blue) = 85+43+118=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #552B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B76 is #AAD489. Grayscale: #3F3F3F. Windows color (decimal): -11195530 or 7744341. OLE color: 7744341.

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

Color convert

RGB 85 43 118 -
CMYK 0.28 0.64 0 0.54
HSL 273.6º 0.47% 0.32% -
HSV(B) 273.6º 0.64% 0.46% -
XYZ 7.88 4.97 17.68 -
YUV 64.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 85 43 118 0.28 0.64 0 0.54 273.6 0.47 0.32
Hex 55 2B 76 1C 40 0 36 112 2F 20
Octal 125 53 166 34 100 0 66 422 57 40
Binary 1010101 101011 1110110 11100 1000000 0 110110 100010010 101111 100000

Color Harmonies of #552B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B76

Black with #552B76

Text Example


Text Example

White with #552B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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