Html Css Color HEX #55477B Victoria

📋 copy color: '#55477B'

red 85 ◦ green 71 ◦ blue 123

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

Shades of Victoria #55477B

Tints of Victoria #55477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.09%

R = 30.47%
G = 25.45%
B = 44.09%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55477B (or 0x55477B) is known color: Victoria. HEX triplet: 55, 47 and 7B. RGB value is (85,71,123). Sum of RGB (Red+Green+Blue) = 85+71+123=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #55477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55477B is #AAB884. Grayscale: #505050. Windows color (decimal): -11188357 or 8079189. OLE color: 8079189.

HSL color Cylindrical-coordinate representation of color #55477B: hue angle of 256.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55477B is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 71 123 -
CMYK 0.31 0.42 0 0.52
HSL 256.15º 0.27% 0.38% -
HSV(B) 256.15º 0.42% 0.48% -
XYZ 9.57 7.87 19.75 -
YUV 81.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 85 71 123 0.31 0.42 0 0.52 256.15 0.27 0.38
Hex 55 47 7B 1F 2A 0 34 100 1B 26
Octal 125 107 173 37 52 0 64 400 33 46
Binary 1010101 1000111 1111011 11111 101010 0 110100 100000000 11011 100110

Color Harmonies of #55477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55477B

Black with #55477B

Text Example


Text Example

White with #55477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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