Html Css Color HEX #555079 Victoria

📋 copy color: '#555079'

red 85 ◦ green 80 ◦ blue 121

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

Shades of Victoria #555079

Tints of Victoria #555079

RGB

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

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

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

R = 29.72%
G = 27.97%
B = 42.31%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555079 (or 0x555079) is known color: Victoria. HEX triplet: 55, 50 and 79. RGB value is (85,80,121). Sum of RGB (Red+Green+Blue) = 85+80+121=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #555079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555079 is #AAAF86. Grayscale: #565656. Windows color (decimal): -11186055 or 7950421. OLE color: 7950421.

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

Color convert

RGB 85 80 121 -
CMYK 0.30 0.34 0 0.53
HSL 247.32º 0.2% 0.39% -
HSV(B) 247.32º 0.34% 0.47% -
XYZ 10.07 9.05 19.31 -
YUV 86.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 85 80 121 0.30 0.34 0 0.53 247.32 0.2 0.39
Hex 55 50 79 1E 22 0 35 F7 14 27
Octal 125 120 171 36 42 0 65 367 24 47
Binary 1010101 1010000 1111001 11110 100010 0 110101 11110111 10100 100111

Color Harmonies of #555079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555079

Black with #555079

Text Example


Text Example

White with #555079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555079; }

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

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

background-color css

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

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

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

border-color css

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

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

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