Html Css Color HEX #55518A Victoria

📋 copy color: '#55518A'

red 85 ◦ green 81 ◦ blue 138

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

Shades of Victoria #55518A

Tints of Victoria #55518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 138 (54.3% from 255) = 45.39%

R = 27.96%
G = 26.64%
B = 45.39%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55518A (or 0x55518A) is known color: Victoria. HEX triplet: 55, 51 and 8A. RGB value is (85,81,138). Sum of RGB (Red+Green+Blue) = 85+81+138=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #55518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55518A is #AAAE75. Grayscale: #585858. Windows color (decimal): -11185782 or 9064789. OLE color: 9064789.

HSL color Cylindrical-coordinate representation of color #55518A: hue angle of 244.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55518A is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 81 138 -
CMYK 0.38 0.41 0 0.46
HSL 244.21º 0.26% 0.43% -
HSV(B) 244.21º 0.41% 0.54% -
XYZ 11.28 9.65 25.31 -
YUV 88.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 85 81 138 0.38 0.41 0 0.46 244.21 0.26 0.43
Hex 55 51 8A 26 29 0 2E F4 1A 2B
Octal 125 121 212 46 51 0 56 364 32 53
Binary 1010101 1010001 10001010 100110 101001 0 101110 11110100 11010 101011

Color Harmonies of #55518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55518A

Black with #55518A

Text Example


Text Example

White with #55518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55518A; }

 p { color: rgb(85,81,138); }

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

background-color css

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

 a { background-color: rgb(85,81,138); }

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

border-color css

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

 span { border-color: rgb(85,81,138); }

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