Html Css Color HEX #55477E Victoria

📋 copy color: '#55477E'

red 85 ◦ green 71 ◦ blue 126

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

Shades of Victoria #55477E

Tints of Victoria #55477E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 126 (49.61% from 255) = 44.68%

R = 30.14%
G = 25.18%
B = 44.68%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55477E (or 0x55477E) is known color: Victoria. HEX triplet: 55, 47 and 7E. RGB value is (85,71,126). Sum of RGB (Red+Green+Blue) = 85+71+126=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #55477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55477E is #AAB881. Grayscale: #515151. Windows color (decimal): -11188354 or 8275797. OLE color: 8275797.

HSL color Cylindrical-coordinate representation of color #55477E: hue angle of 255.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55477E is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 71 126 -
CMYK 0.33 0.44 0 0.51
HSL 255.27º 0.28% 0.39% -
HSV(B) 255.27º 0.44% 0.49% -
XYZ 9.77 7.94 20.76 -
YUV 81.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 85 71 126 0.33 0.44 0 0.51 255.27 0.28 0.39
Hex 55 47 7E 21 2C 0 33 FF 1C 27
Octal 125 107 176 41 54 0 63 377 34 47
Binary 1010101 1000111 1111110 100001 101100 0 110011 11111111 11100 100111

Color Harmonies of #55477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55477E

Black with #55477E

Text Example


Text Example

White with #55477E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,71,126); }

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

background-color css

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

 a { background-color: rgb(85,71,126); }

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

border-color css

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

 span { border-color: rgb(85,71,126); }

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