Html Css Color HEX #552A77 Blue Diamond

📋 copy color: '#552A77'

red 85 ◦ green 42 ◦ blue 119

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

Shades of Blue Diamond #552A77

Tints of Blue Diamond #552A77

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

 BLUE value IS 119 (46.88% from 255) = 48.37%

R = 34.55%
G = 17.07%
B = 48.37%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#552A77 (or 0x552A77) is known color: Blue Diamond. HEX triplet: 55, 2A and 77. RGB value is (85,42,119). Sum of RGB (Red+Green+Blue) = 85+42+119=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #552A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A77 is #AAD588. Grayscale: #3F3F3F. Windows color (decimal): -11195785 or 7809621. OLE color: 7809621.

HSL color Cylindrical-coordinate representation of color #552A77: hue angle of 273.51º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #552A77 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 42 119 -
CMYK 0.29 0.65 0 0.53
HSL 273.51º 0.48% 0.32% -
HSV(B) 273.51º 0.65% 0.47% -
XYZ 7.9 4.92 17.99 -
YUV 63.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 85 42 119 0.29 0.65 0 0.53 273.51 0.48 0.32
Hex 55 2A 77 1D 41 0 35 112 30 20
Octal 125 52 167 35 101 0 65 422 60 40
Binary 1010101 101010 1110111 11101 1000001 0 110101 100010010 110000 100000

Color Harmonies of #552A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552A77

Black with #552A77

Text Example


Text Example

White with #552A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,42,119); }

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

background-color css

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

 a { background-color: rgb(85,42,119); }

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

border-color css

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

 span { border-color: rgb(85,42,119); }

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