Html Css Color HEX #555280 Victoria

📋 copy color: '#555280'

red 85 ◦ green 82 ◦ blue 128

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

Shades of Victoria #555280

Tints of Victoria #555280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 28.81%
G = 27.8%
B = 43.39%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#555280 (or 0x555280) is known color: Victoria. HEX triplet: 55, 52 and 80. RGB value is (85,82,128). Sum of RGB (Red+Green+Blue) = 85+82+128=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #555280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555280 is #AAAD7F. Grayscale: #575757. Windows color (decimal): -11185536 or 8409685. OLE color: 8409685.

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

Color convert

RGB 85 82 128 -
CMYK 0.34 0.36 0 0.50
HSL 243.91º 0.22% 0.41% -
HSV(B) 243.91º 0.36% 0.5% -
XYZ 10.66 9.52 21.7 -
YUV 88.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 85 82 128 0.34 0.36 0 0.50 243.91 0.22 0.41
Hex 55 52 80 22 24 0 32 F4 16 29
Octal 125 122 200 42 44 0 62 364 26 51
Binary 1010101 1010010 10000000 100010 100100 0 110010 11110100 10110 101001

Color Harmonies of #555280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555280

Black with #555280

Text Example


Text Example

White with #555280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555280; }

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

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

background-color css

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

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

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

border-color css

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

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

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