Html Css Color HEX #555179 Victoria

📋 copy color: '#555179'

red 85 ◦ green 81 ◦ blue 121

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

Shades of Victoria #555179

Tints of Victoria #555179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 29.62%
G = 28.22%
B = 42.16%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555179 (or 0x555179) is known color: Victoria. HEX triplet: 55, 51 and 79. RGB value is (85,81,121). Sum of RGB (Red+Green+Blue) = 85+81+121=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #555179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555179 is #AAAE86. Grayscale: #565656. Windows color (decimal): -11185799 or 7950677. OLE color: 7950677.

HSL color Cylindrical-coordinate representation of color #555179: hue angle of 246º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555179 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 81 121 -
CMYK 0.30 0.33 0 0.53
HSL 246º 0.2% 0.4% -
HSV(B) 246º 0.33% 0.47% -
XYZ 10.14 9.2 19.33 -
YUV 86.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 85 81 121 0.30 0.33 0 0.53 246 0.2 0.4
Hex 55 51 79 1E 21 0 35 F6 14 28
Octal 125 121 171 36 41 0 65 366 24 50
Binary 1010101 1010001 1111001 11110 100001 0 110101 11110110 10100 101000

Color Harmonies of #555179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555179

Black with #555179

Text Example


Text Example

White with #555179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555179; }

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

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

background-color css

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

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

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

border-color css

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

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

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