Html Css Color HEX #55497B Victoria

📋 copy color: '#55497B'

red 85 ◦ green 73 ◦ blue 123

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

Shades of Victoria #55497B

Tints of Victoria #55497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

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

R = 30.25%
G = 25.98%
B = 43.77%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55497B (or 0x55497B) is known color: Victoria. HEX triplet: 55, 49 and 7B. RGB value is (85,73,123). Sum of RGB (Red+Green+Blue) = 85+73+123=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #55497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55497B is #AAB684. Grayscale: #525252. Windows color (decimal): -11187845 or 8079701. OLE color: 8079701.

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

Color convert

RGB 85 73 123 -
CMYK 0.31 0.41 0 0.52
HSL 254.4º 0.26% 0.38% -
HSV(B) 254.4º 0.41% 0.48% -
XYZ 9.7 8.13 19.8 -
YUV 82.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 85 73 123 0.31 0.41 0 0.52 254.4 0.26 0.38
Hex 55 49 7B 1F 29 0 34 FE 1A 26
Octal 125 111 173 37 51 0 64 376 32 46
Binary 1010101 1001001 1111011 11111 101001 0 110100 11111110 11010 100110

Color Harmonies of #55497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55497B

Black with #55497B

Text Example


Text Example

White with #55497B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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