Html Css Color HEX #55488A Victoria

📋 copy color: '#55488A'

red 85 ◦ green 72 ◦ blue 138

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

Shades of Victoria #55488A

Tints of Victoria #55488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

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

R = 28.81%
G = 24.41%
B = 46.78%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55488A (or 0x55488A) is known color: Victoria. HEX triplet: 55, 48 and 8A. RGB value is (85,72,138). Sum of RGB (Red+Green+Blue) = 85+72+138=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #55488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55488A is #AAB775. Grayscale: #535353. Windows color (decimal): -11188086 or 9062485. OLE color: 9062485.

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

Color convert

RGB 85 72 138 -
CMYK 0.38 0.48 0 0.46
HSL 251.82º 0.31% 0.41% -
HSV(B) 251.82º 0.48% 0.54% -
XYZ 10.65 8.4 25.1 -
YUV 83.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 85 72 138 0.38 0.48 0 0.46 251.82 0.31 0.41
Hex 55 48 8A 26 30 0 2E FC 1F 29
Octal 125 110 212 46 60 0 56 374 37 51
Binary 1010101 1001000 10001010 100110 110000 0 101110 11111100 11111 101001

Color Harmonies of #55488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55488A

Black with #55488A

Text Example


Text Example

White with #55488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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