Html Css Color HEX #552C77 Blue Diamond

📋 copy color: '#552C77'

red 85 ◦ green 44 ◦ blue 119

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

Shades of Blue Diamond #552C77

Tints of Blue Diamond #552C77

RGB

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

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

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

R = 34.27%
G = 17.74%
B = 47.98%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#552C77 (or 0x552C77) is known color: Blue Diamond. HEX triplet: 55, 2C and 77. RGB value is (85,44,119). Sum of RGB (Red+Green+Blue) = 85+44+119=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #552C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C77 is #AAD388. Grayscale: #404040. Windows color (decimal): -11195273 or 7810133. OLE color: 7810133.

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

Color convert

RGB 85 44 119 -
CMYK 0.29 0.63 0 0.53
HSL 272.8º 0.46% 0.32% -
HSV(B) 272.8º 0.63% 0.47% -
XYZ 7.98 5.06 18.01 -
YUV 64.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 85 44 119 0.29 0.63 0 0.53 272.8 0.46 0.32
Hex 55 2C 77 1D 3F 0 35 111 2E 20
Octal 125 54 167 35 77 0 65 421 56 40
Binary 1010101 101100 1110111 11101 111111 0 110101 100010001 101110 100000

Color Harmonies of #552C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C77

Black with #552C77

Text Example


Text Example

White with #552C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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