Html Css Color HEX #55276E Blue Diamond

📋 copy color: '#55276E'

red 85 ◦ green 39 ◦ blue 110

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

Shades of Blue Diamond #55276E

Tints of Blue Diamond #55276E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 36.32%
G = 16.67%
B = 47.01%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55276E (or 0x55276E) is known color: Blue Diamond. HEX triplet: 55, 27 and 6E. RGB value is (85,39,110). Sum of RGB (Red+Green+Blue) = 85+39+110=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #55276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55276E is #AAD891. Grayscale: #3C3C3C. Windows color (decimal): -11196562 or 7219029. OLE color: 7219029.

HSL color Cylindrical-coordinate representation of color #55276E: hue angle of 278.87º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55276E is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 39 110 -
CMYK 0.23 0.65 0 0.57
HSL 278.87º 0.48% 0.29% -
HSV(B) 278.87º 0.65% 0.43% -
XYZ 7.29 4.51 15.24 -
YUV 60.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 85 39 110 0.23 0.65 0 0.57 278.87 0.48 0.29
Hex 55 27 6E 17 41 0 39 117 30 1D
Octal 125 47 156 27 101 0 71 427 60 35
Binary 1010101 100111 1101110 10111 1000001 0 111001 100010111 110000 11101

Color Harmonies of #55276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55276E

Black with #55276E

Text Example


Text Example

White with #55276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55276E; }

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

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

background-color css

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

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

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

border-color css

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

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

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