Html Css Color HEX #552777 Blue Diamond

📋 copy color: '#552777'

red 85 ◦ green 39 ◦ blue 119

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

Shades of Blue Diamond #552777

Tints of Blue Diamond #552777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

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

R = 34.98%
G = 16.05%
B = 48.97%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#552777 (or 0x552777) is known color: Blue Diamond. HEX triplet: 55, 27 and 77. RGB value is (85,39,119). Sum of RGB (Red+Green+Blue) = 85+39+119=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #552777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552777 is #AAD888. Grayscale: #3D3D3D. Windows color (decimal): -11196553 or 7808853. OLE color: 7808853.

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

Color convert

RGB 85 39 119 -
CMYK 0.29 0.67 0 0.53
HSL 274.5º 0.51% 0.31% -
HSV(B) 274.5º 0.67% 0.47% -
XYZ 7.8 4.71 17.95 -
YUV 61.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 85 39 119 0.29 0.67 0 0.53 274.5 0.51 0.31
Hex 55 27 77 1D 43 0 35 112 33 1F
Octal 125 47 167 35 103 0 65 422 63 37
Binary 1010101 100111 1110111 11101 1000011 0 110101 100010010 110011 11111

Color Harmonies of #552777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552777

Black with #552777

Text Example


Text Example

White with #552777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552777; }

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

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

background-color css

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

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

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

border-color css

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

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

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