Html Css Color HEX #552977 Blue Diamond

📋 copy color: '#552977'

red 85 ◦ green 41 ◦ blue 119

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

Shades of Blue Diamond #552977

Tints of Blue Diamond #552977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

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

R = 34.69%
G = 16.73%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#552977 (or 0x552977) is known color: Blue Diamond. HEX triplet: 55, 29 and 77. RGB value is (85,41,119). Sum of RGB (Red+Green+Blue) = 85+41+119=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #552977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552977 is #AAD688. Grayscale: #3E3E3E. Windows color (decimal): -11196041 or 7809365. OLE color: 7809365.

HSL color Cylindrical-coordinate representation of color #552977: hue angle of 273.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552977 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 41 119 -
CMYK 0.29 0.66 0 0.53
HSL 273.85º 0.49% 0.31% -
HSV(B) 273.85º 0.66% 0.47% -
XYZ 7.87 4.85 17.97 -
YUV 63.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 85 41 119 0.29 0.66 0 0.53 273.85 0.49 0.31
Hex 55 29 77 1D 42 0 35 112 31 1F
Octal 125 51 167 35 102 0 65 422 61 37
Binary 1010101 101001 1110111 11101 1000010 0 110101 100010010 110001 11111

Color Harmonies of #552977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552977

Black with #552977

Text Example


Text Example

White with #552977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552977; }

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

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

background-color css

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

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

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

border-color css

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

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

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