Html Css Color HEX #555080 Victoria

📋 copy color: '#555080'

red 85 ◦ green 80 ◦ blue 128

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

Shades of Victoria #555080

Tints of Victoria #555080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 29.01%
G = 27.3%
B = 43.69%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#555080 (or 0x555080) is known color: Victoria. HEX triplet: 55, 50 and 80. RGB value is (85,80,128). Sum of RGB (Red+Green+Blue) = 85+80+128=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #555080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555080 is #AAAF7F. Grayscale: #565656. Windows color (decimal): -11186048 or 8409173. OLE color: 8409173.

HSL color Cylindrical-coordinate representation of color #555080: hue angle of 246.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555080 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 80 128 -
CMYK 0.34 0.38 0 0.50
HSL 246.25º 0.23% 0.41% -
HSV(B) 246.25º 0.38% 0.5% -
XYZ 10.51 9.23 21.65 -
YUV 86.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 85 80 128 0.34 0.38 0 0.50 246.25 0.23 0.41
Hex 55 50 80 22 26 0 32 F6 17 29
Octal 125 120 200 42 46 0 62 366 27 51
Binary 1010101 1010000 10000000 100010 100110 0 110010 11110110 10111 101001

Color Harmonies of #555080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555080

Black with #555080

Text Example


Text Example

White with #555080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555080; }

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

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

background-color css

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

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

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

border-color css

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

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

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