Html Css Color HEX #55508E Victoria

📋 copy color: '#55508E'

red 85 ◦ green 80 ◦ blue 142

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

Shades of Victoria #55508E

Tints of Victoria #55508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 142 (55.86% from 255) = 46.25%

R = 27.69%
G = 26.06%
B = 46.25%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55508E (or 0x55508E) is known color: Victoria. HEX triplet: 55, 50 and 8E. RGB value is (85,80,142). Sum of RGB (Red+Green+Blue) = 85+80+142=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #55508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55508E is #AAAF71. Grayscale: #585858. Windows color (decimal): -11186034 or 9326677. OLE color: 9326677.

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

Color convert

RGB 85 80 142 -
CMYK 0.40 0.44 0 0.44
HSL 244.84º 0.28% 0.44% -
HSV(B) 244.84º 0.44% 0.56% -
XYZ 11.5 9.62 26.84 -
YUV 88.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 85 80 142 0.40 0.44 0 0.44 244.84 0.28 0.44
Hex 55 50 8E 28 2C 0 2C F5 1C 2C
Octal 125 120 216 50 54 0 54 365 34 54
Binary 1010101 1010000 10001110 101000 101100 0 101100 11110101 11100 101100

Color Harmonies of #55508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55508E

Black with #55508E

Text Example


Text Example

White with #55508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,80,142); }

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

background-color css

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

 a { background-color: rgb(85,80,142); }

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

border-color css

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

 span { border-color: rgb(85,80,142); }

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